Skip to content

Commit

Permalink
downgrade docker base image to python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bluet committed Aug 22, 2022
1 parent 2da2c8f commit 8367f51
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.10-alpine
FROM python:3.9-alpine
WORKDIR /app
ADD . /app/
RUN apk --no-cache add --update \
Expand Down

1 comment on commit 8367f51

@bluet
Copy link
Owner Author

@bluet bluet commented on 8367f51 Aug 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closes #87

Please # to comment.