Skip to content

Commit

Permalink
chore(github): update image
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanuelJr committed Oct 8, 2021
1 parent 53f6eb1 commit 850c419
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 850c419

Please sign in to comment.