Skip to content

Commit

Permalink
Use the latest version of the Python Docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Sep 29, 2022
1 parent 4e68cc0 commit e1f7c3c
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,5 +1,5 @@
ARG VERSION=unspecified
ARG PY_VERSION=3.10.0
ARG PY_VERSION=3.10.7

FROM python:${PY_VERSION}-slim-bullseye AS compile-stage

Expand Down

0 comments on commit e1f7c3c

Please sign in to comment.