We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d3034 commit 4352512Copy full SHA for 4352512
1 file changed
Dockerfile
@@ -31,7 +31,7 @@ COPY --from=tsbuild /usr/src/app/bin bin
31
COPY --from=tsbuild /usr/src/app/node_modules node_modules
32
33
# renovate: datasource=github-releases packageName=containerbase/python-prebuild depname=python
34
-ARG PYTHON_VERSION=3.12.8
+ARG PYTHON_VERSION=3.13.4
35
RUN install-tool python ${PYTHON_VERSION}
36
# renovate: datasource=github-releases packageName=containerbase/golang-prebuild depname=golang
37
ARG GO_VERSION=1.23.5
0 commit comments