Skip to content

Commit

Permalink
Merge pull request #23 from Conjur-Enterprise/update-indirect-deps
Browse files Browse the repository at this point in the history
CONJSE-1825: Upgrade base image to latest alpine
  • Loading branch information
andytinkham authored and GitHub Enterprise committed Jan 2, 2024
2 parents b873640 + 7601ce3 commit 286a762
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 @@ -42,7 +42,7 @@ RUN go build -ldflags="-X github.com/cyberark/secretless-broker/pkg/secretless.T


# =================== MAIN CONTAINER ===================
FROM alpine:3.17 as secretless-broker
FROM alpine:3.19 as secretless-broker
MAINTAINER CyberArk Software Ltd.

RUN apk add -u shadow libc6-compat openssl && \
Expand Down

0 comments on commit 286a762

Please sign in to comment.