Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump alpine from 3.12.1 to 3.12.3
Browse files Browse the repository at this point in the history
Bumps alpine from 3.12.1 to 3.12.3.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 1, 2021
1 parent 38743cf commit eb51b36
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 @@ -10,7 +10,7 @@ RUN go build -o /bin/wanchain-cli -v \
RUN /bin/wanchain-cli version

# final image
FROM alpine:3.12.1
FROM alpine:3.12.3

RUN apk --no-cache add ca-certificates
COPY --from=builder /bin/wanchain-cli /bin/wanchain-cli
Expand Down

0 comments on commit eb51b36

Please sign in to comment.