Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
changing to bullseye
  • Loading branch information
YaphetKG authored Oct 5, 2023
1 parent 0865f34 commit 5d575ae
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,7 +1,7 @@
ARG PYTHON_VERSION=3.9

# use the latest version of python
FROM python:${PYTHON_VERSION}-buster
FROM python:${PYTHON_VERSION}-bullseye

# get some credit
LABEL maintainer="[email protected]"
Expand Down

0 comments on commit 5d575ae

Please sign in to comment.