Skip to content

Commit 3f12c3f

Browse files
author
Robbert Müller
committed
Merge branch 'renovate/python-3.x' into 'main'
⬆️ Updates python Docker tag to v3.13.0-alpine3.19 See merge request pipeline-components/flake8!76
2 parents fb948e0 + 588a955 commit 3f12c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
22

3-
FROM python:3.12.7-alpine3.19
3+
FROM python:3.13.0-alpine3.19
44
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
55
ENTRYPOINT ["/entrypoint.sh"]
66
ENV DEFAULTCMD flake8

0 commit comments

Comments
 (0)