We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb948e0 + 588a955 commit 3f12c3fCopy full SHA for 3f12c3f
Dockerfile
@@ -1,6 +1,6 @@
1
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
2
3
-FROM python:3.12.7-alpine3.19
+FROM python:3.13.0-alpine3.19
4
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
5
ENTRYPOINT ["/entrypoint.sh"]
6
ENV DEFAULTCMD flake8
0 commit comments