Skip to content

Commit

Permalink
Merge pull request #369 from projectsyn/renovate/python-3.12.x
Browse files Browse the repository at this point in the history
Update dependency python to v3.12.8
  • Loading branch information
simu authored Jan 17, 2025
2 parents 4e5d946 + 8929779 commit 89280ce
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
Expand Up @@ -31,7 +31,7 @@ COPY --from=tsbuild /usr/src/app/bin bin
COPY --from=tsbuild /usr/src/app/node_modules node_modules

# renovate: datasource=github-releases packageName=containerbase/python-prebuild depname=python
ARG PYTHON_VERSION=3.11.9
ARG PYTHON_VERSION=3.12.8
RUN install-tool python ${PYTHON_VERSION}
# renovate: datasource=github-releases packageName=containerbase/golang-prebuild depname=golang
ARG GO_VERSION=1.23.5
Expand Down

0 comments on commit 89280ce

Please sign in to comment.