Skip to content

Commit 4d183ea

Browse files
authored
chore: pin alpine docker image to 3.23.4 (#1015)
## Summary - Pin Alpine base image from `3.23` (minor) to `3.23.4` (patch) for reproducible builds
1 parent 62fa893 commit 4d183ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.23
1+
FROM alpine:3.23.4
22

33
ARG TARGETARCH
44

0 commit comments

Comments
 (0)