Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 1a43927 commit 0240b80
Showing 1 changed file with 1 addition and 1 deletion.
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.15.7
RUN apk -U add curl

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

0 comments on commit 0240b80

Please sign in to comment.