Skip to content

Commit 181643b

Browse files
lock all versions
1 parent 136e8ba commit 181643b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ FROM alpine:3.22 AS final
5050
# Leverage a cache mount to /var/cache/apk/ to speed up subsequent builds.
5151
RUN --mount=type=cache,target=/var/cache/apk \
5252
apk --update add \
53-
ca-certificates \
54-
tzdata \
53+
ca-certificates=20251003-r0 \
54+
tzdata=2025b-r0 \
5555
&& \
5656
update-ca-certificates
5757

0 commit comments

Comments
 (0)