Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

[Snyk] Security upgrade alpine from 3.10 to 3.11.12 #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY . .
RUN ./dev/scripts/build-production-binary.sh bin/atlas-service-broker

# Run stage uses a much smaller base image to run the prebuilt binary
FROM alpine:3.10
FROM alpine:3.11.12
RUN apk --no-cache add ca-certificates

# Copy binary from build stage
Expand Down