File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9- ## [ 1.9.0] - 2026-03-05
9+ ## [ 1.9.0] - 2026-03-09
1010
1111### Added
1212- Support for standalone mode config (CNJR-12577)
Original file line number Diff line number Diff line change @@ -64,10 +64,8 @@ RUN go build -a -installsuffix cgo -gcflags="all=-N -l" -o secrets-provider ./cm
6464FROM alpine:latest AS secrets-provider-base
6565LABEL maintainer="CyberArk Software Ltd."
6666
67- # Ensure openssl development libraries are always up to date
68- RUN apk add --no-cache openssl-dev
69-
70- RUN apk add -u --no-cache shadow libc6-compat && \
67+ RUN apk update && apk upgrade --no-cache && \
68+ apk add --no-cache openssl-dev shadow libc6-compat && \
7169 # Add limited user
7270 groupadd -r secrets-provider \
7371 -g 777 && \
You can’t perform that action at this time.
0 commit comments