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.
1 parent cfdb7fb commit 7cfdc03Copy full SHA for 7cfdc03
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.12.9-alpine3.21 AS base
2
WORKDIR /usr/cycode/app
3
-RUN apk add git=2.47.2-r0
+RUN apk add git=2.47.3-r0
4
5
FROM base AS builder
6
ENV POETRY_VERSION=1.8.3
0 commit comments