Skip to content

Commit

Permalink
Bump alpine from 3.12.3 to 3.13.0 (#280)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.12.3 to 3.13.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jan 19, 2021
1 parent 276735e commit 2f57f0f
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 @@ -7,7 +7,7 @@ COPY . .
ENV GO111MODULE=on
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 packr2 build -a -o goldilocks *.go

FROM alpine:3.12.3 as alpine
FROM alpine:3.13.0 as alpine
RUN apk --no-cache --update add ca-certificates tzdata && update-ca-certificates

FROM scratch
Expand Down

0 comments on commit 2f57f0f

Please sign in to comment.