Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent c101a07 commit 3d113b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.1
FROM alpine:3.20.3
RUN apk -U add curl

ENTRYPOINT ["/usr/sbin/conditionorc"]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /usr/sbin/conditionorc \
-X ${LDFLAG_LOCATION}.AppVersion=${VERSION} \
-X ${LDFLAG_LOCATION}.BuildDate=${BUILD_DATE}"

FROM alpine:3.20.1
FROM alpine:3.20.3
RUN apk -U add curl

COPY --from=build /usr/sbin/conditionorc /usr/sbin/
Expand Down

0 comments on commit 3d113b7

Please sign in to comment.