Skip to content

Commit

Permalink
Merge pull request #237 from crumbhole/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.20.0
  • Loading branch information
Joibel authored Jun 1, 2024
2 parents 0827ca4 + 89bbd1d commit 94000b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN go vet ./...
RUN go test ./...
RUN CGO_ENABLED=0 go build -buildvcs=false -o build/argocd-vault-replacer

FROM alpine:3.19.1 as putter
FROM alpine:3.20.0 as putter
COPY --from=builder /build/build/argocd-vault-replacer .
USER 999
ENTRYPOINT [ "cp", "argocd-vault-replacer", "/custom-tools/" ]

0 comments on commit 94000b3

Please sign in to comment.