Skip to content

Commit

Permalink
chore: Lock python version in docker to workaround pip
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Oct 19, 2019
1 parent ca99273 commit 298ce5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-alpine as base
FROM python:3.7.4-alpine as base
LABEL maintainer="Niranjan Rajendran <[email protected]>"

####
Expand Down

0 comments on commit 298ce5e

Please sign in to comment.