Skip to content

Commit

Permalink
build(deps): bump alpine from 3.11 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.11 to 3.12.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 19, 2020
1 parent b4c4194 commit a7a5c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -12,7 +12,7 @@ COPY . .

RUN make deps release-build TARGET="x86_64-unknown-linux-musl"

FROM alpine:3.11
FROM alpine:3.12.0

RUN apk upgrade --update-cache --available && \
apk add openssl && \
Expand Down

0 comments on commit a7a5c5f

Please sign in to comment.