Skip to content

Commit

Permalink
Update python Docker tag to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 84c86ad commit b695c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine

python-requirements:
# renovate: datasource=docker depName=python versioning=docker
ARG PYTHON_VERSION=3.11
ARG PYTHON_VERSION=3.12
FROM python:$PYTHON_VERSION
WORKDIR /usr/src/app
COPY . .
Expand Down

0 comments on commit b695c4b

Please sign in to comment.