Skip to content

Commit f23c8ee

Browse files
chore(deps): pin alpine docker tag to 8a1f59f (#103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0dc9f27 commit f23c8ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/compile.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22.0
1+
FROM alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
22

33
RUN apk add --no-cache \
44
gcc=14.2.0-r6 \

ci/unit-test.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22.0
1+
FROM alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
22

33
RUN apk add --no-cache \
44
gcc=14.2.0-r6 \

0 commit comments

Comments
 (0)