Skip to content

Commit

Permalink
pin to python 3.7 image (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
SathyaBhat committed May 27, 2022
1 parent f3a37c7 commit 1e9cdfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source-code/chapter-5/exercise-2/newsbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.7-alpine

RUN apk add gcc musl-dev python3-dev libffi-dev openssl-dev
WORKDIR /apps/subredditfetcher/
Expand Down
4 changes: 2 additions & 2 deletions source-code/chapter-7/exercise-2/newsbot-compose/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3-alpine
FROM python:3.7-alpine

RUN apk add gcc musl-dev python3-dev libffi-dev openssl-dev cargo
RUN apk add gcc musl-dev python3-dev libffi-dev openssl-dev
WORKDIR /apps/subredditfetcher/
COPY . .

Expand Down

0 comments on commit 1e9cdfa

Please sign in to comment.