We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9faa65 commit 026fab0Copy full SHA for 026fab0
1 file changed
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM bitnami/golang:1.14 as builder
+FROM bitnami/golang:1.17 as builder
2
ARG CLI_VERSION="trunk"
3
ENV GH_CLI_VERSION="$CLI_VERSION"
4
RUN git clone --depth 1 --branch $GH_CLI_VERSION https://github.com/cli/cli.git /go/src/gh-cli
5
RUN cd /go/src/gh-cli && make
6
7
-FROM bitnami/git:2.27.0
+FROM bitnami/git:2.33.0
8
LABEL maintainer="Michael Ingeman-Nielsen <michael@i-n.dk>"
9
10
COPY --from=builder /go/src/gh-cli/bin/gh /usr/local/bin/
0 commit comments