Skip to content

Commit aad29cd

Browse files
committed
Update Debian version
1 parent f445fdb commit aad29cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN pip install --target=/app requests
66
RUN pip install --target=/app -U pip setuptools wheel
77
RUN pip install --target=/app ruamel.yaml
88

9-
FROM gcr.io/distroless/python3-debian10
9+
FROM gcr.io/distroless/python3-debian12
1010
COPY --from=builder /app /app
1111
WORKDIR /app
1212
ENV PYTHONPATH /app

0 commit comments

Comments
 (0)