Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 908d383

Browse files
chore(deps): update alpine docker tag to v3.20.3
1 parent 6e00ed8 commit 908d383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20.1
1+
FROM alpine:3.20.3
22
RUN apk -U add curl
33

44
ENTRYPOINT ["/usr/sbin/conditionorc"]

Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /usr/sbin/conditionorc \
2121
-X ${LDFLAG_LOCATION}.AppVersion=${VERSION} \
2222
-X ${LDFLAG_LOCATION}.BuildDate=${BUILD_DATE}"
2323

24-
FROM alpine:3.20.1
24+
FROM alpine:3.20.3
2525
RUN apk -U add curl
2626

2727
COPY --from=build /usr/sbin/conditionorc /usr/sbin/

0 commit comments

Comments
 (0)