Skip to content

Commit

Permalink
Merge pull request #32 from moul/dependabot/docker/alpine-3.13.5
Browse files Browse the repository at this point in the history
chore(deps): bump alpine from 3.13.4 to 3.13.5
  • Loading branch information
moul committed Apr 17, 2021
2 parents 240bd8f + b6ab517 commit a68aca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -9,7 +9,7 @@ COPY . ./
RUN make install

# minimalist runtime
FROM alpine:3.13.4
FROM alpine:3.13.5
COPY --from=builder /go/bin/dl /bin/
ENTRYPOINT ["/bin/dl"]
CMD []

0 comments on commit a68aca9

Please sign in to comment.