Skip to content

Commit

Permalink
Merge pull request #7 from renovate-bot/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.19
  • Loading branch information
gitworkflows authored Feb 18, 2024
2 parents 9543392 + e6c019f commit b520a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN git clone https://github.com/khulnasoft-lab/cfssl_trust.git /etc/cfssl && \
make clean && \
make all

FROM alpine:3.11
FROM alpine:3.19
COPY --from=builder /etc/cfssl /etc/cfssl
COPY --from=builder /workdir/bin/ /usr/bin

Expand Down

0 comments on commit b520a6a

Please sign in to comment.