Skip to content

Commit 1e9cdfa

Browse files
authored
pin to python 3.7 image (#26)
1 parent f3a37c7 commit 1e9cdfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source-code/chapter-5/exercise-2/newsbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3-alpine
1+
FROM python:3.7-alpine
22

33
RUN apk add gcc musl-dev python3-dev libffi-dev openssl-dev
44
WORKDIR /apps/subredditfetcher/

source-code/chapter-7/exercise-2/newsbot-compose/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM python:3-alpine
1+
FROM python:3.7-alpine
22

3-
RUN apk add gcc musl-dev python3-dev libffi-dev openssl-dev cargo
3+
RUN apk add gcc musl-dev python3-dev libffi-dev openssl-dev
44
WORKDIR /apps/subredditfetcher/
55
COPY . .
66

0 commit comments

Comments
 (0)