Skip to content

Commit 026fab0

Browse files
committed
Update base image versions
1 parent d9faa65 commit 026fab0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM bitnami/golang:1.14 as builder
1+
FROM bitnami/golang:1.17 as builder
22
ARG CLI_VERSION="trunk"
33
ENV GH_CLI_VERSION="$CLI_VERSION"
44
RUN git clone --depth 1 --branch $GH_CLI_VERSION https://github.com/cli/cli.git /go/src/gh-cli
55
RUN cd /go/src/gh-cli && make
66

7-
FROM bitnami/git:2.27.0
7+
FROM bitnami/git:2.33.0
88
LABEL maintainer="Michael Ingeman-Nielsen <michael@i-n.dk>"
99

1010
COPY --from=builder /go/src/gh-cli/bin/gh /usr/local/bin/

0 commit comments

Comments
 (0)