Skip to content

Commit 4352512

Browse files
Update dependency python to v3.13.4
1 parent 87d3034 commit 4352512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY --from=tsbuild /usr/src/app/bin bin
3131
COPY --from=tsbuild /usr/src/app/node_modules node_modules
3232

3333
# renovate: datasource=github-releases packageName=containerbase/python-prebuild depname=python
34-
ARG PYTHON_VERSION=3.12.8
34+
ARG PYTHON_VERSION=3.13.4
3535
RUN install-tool python ${PYTHON_VERSION}
3636
# renovate: datasource=github-releases packageName=containerbase/golang-prebuild depname=golang
3737
ARG GO_VERSION=1.23.5

0 commit comments

Comments
 (0)