Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from ViRb3/dependabot/docker/alpine-3.13.5
Browse files Browse the repository at this point in the history
fix(deps): bump alpine from 3.13.4 to 3.13.5
  • Loading branch information
ViRb3 authored Apr 15, 2021
2 parents d2c5d32 + 0a0d4f5 commit 6aca484
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 @@ -6,7 +6,7 @@ COPY . .
RUN go mod download && \
CGO_ENABLED=0 go build -ldflags="-s -w" -o "bin-release"

FROM alpine:3.13.4
FROM alpine:3.13.5

WORKDIR /

Expand Down

0 comments on commit 6aca484

Please sign in to comment.