Skip to content

Commit

Permalink
Bumping base Alpine container
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Tinkham <andy.tinkham@cyberark.com>
  • Loading branch information
andytinkham committed Jul 6, 2020
1 parent 4988830 commit a287dbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]

### Added
- Secretless and secretless-redhat containers now use Alpine 3.12 as their base
image. [PR #1296](https://github.com/cyberark/secretless-broker/pull/1296)
- MySQL and PostgreSQL connectors support SSL host name verification with
`verify-full` SSL mode. Also adds optional `sslhost` configuration parameter
that is compared to the server's certificate SAN. [#548](https://github.com/cyberark/secretless-broker/issues/548)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN go build -ldflags="-X github.com/cyberark/secretless-broker/pkg/secretless.T


# =================== MAIN CONTAINER ===================
FROM alpine:3.8 as secretless-broker
FROM alpine:3.12 as secretless-broker
MAINTAINER CyberArk Software, Inc.

RUN apk add -u shadow libc6-compat && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN go build -ldflags="-X github.com/cyberark/secretless-broker/pkg/secretless.T


# =================== MAIN CONTAINER ===================
FROM alpine:3.8 as secretless-broker
FROM alpine:3.12 as secretless-broker
MAINTAINER CyberArk Software, Inc.

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

0 comments on commit a287dbe

Please sign in to comment.