Skip to content

Commit

Permalink
Merge pull request #12 from paygoc6/fix/use-golang-image
Browse files Browse the repository at this point in the history
Update image
  • Loading branch information
EmanuelJr committed Oct 8, 2021
2 parents 53f6eb1 + 850c419 commit ab63908
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM alpine:3.14
FROM golang:1.16-alpine3.13

RUN apk update && \
apk upgrade && \
apk add build-base && \
apk add git && \
apk add go && \
apk add make && \
git clone https://github.com/cli/cli.git gh-cli && \
cd gh-cli && \
make && \
Expand Down

0 comments on commit ab63908

Please sign in to comment.