Skip to content

Commit df54c04

Browse files
Update python:3.13.0-alpine Docker digest to fcbcbbe (#478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4d8393 commit df54c04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws-cli-action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.0-alpine@sha256:ee60f1fbb72e1844edce9ea169e0342b477822a3b5ec7a32637803bdca5c7362 as Builder
1+
FROM python:3.13.0-alpine@sha256:fcbcbbecdeae71d3b77445d9144d1914df55110f825ab62b04a66c7c33c09373 as Builder
22

33
COPY requirements.txt .
44
COPY entrypoint.sh .

aws-cli/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM python:3.13.0-alpine@sha256:ee60f1fbb72e1844edce9ea169e0342b477822a3b5ec7a32637803bdca5c7362 as Builder
1+
FROM python:3.13.0-alpine@sha256:fcbcbbecdeae71d3b77445d9144d1914df55110f825ab62b04a66c7c33c09373 as Builder
22

33
COPY requirements.txt .
44

55
RUN apk add --update alpine-sdk build-base && \
66
pip install --no-cache-dir --user -r requirements.txt
77

8-
FROM python:3.13.0-alpine@sha256:ee60f1fbb72e1844edce9ea169e0342b477822a3b5ec7a32637803bdca5c7362
8+
FROM python:3.13.0-alpine@sha256:fcbcbbecdeae71d3b77445d9144d1914df55110f825ab62b04a66c7c33c09373
99

1010
COPY --from=Builder /root/.local /root/.local
1111

0 commit comments

Comments
 (0)