Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Mar 5, 2021
1 parent 5a2751c commit 340492a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.16-alpine
FROM alpine:3.13

RUN apk add --no-cache bash
RUN apk add --no-cache bash curl git

ENTRYPOINT ["/entrypoint.sh"]
CMD [ "-h" ]
Expand Down

0 comments on commit 340492a

Please sign in to comment.