Skip to content

Commit

Permalink
Switch to python3-alpine in Dockerfile
Browse files Browse the repository at this point in the history
Instead of explicitly locking to a version of Python.
  • Loading branch information
askmeaboutlo0m committed Jan 13, 2024
1 parent d6b2847 commit f68b40a
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-alpine3.9
FROM python:3-alpine

RUN adduser -D -u 1000 python
WORKDIR /home/python
Expand Down

0 comments on commit f68b40a

Please sign in to comment.