We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bad44d1 + 98fc1ab commit a4223eaCopy full SHA for a4223ea
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.13-alpine as build-base
+FROM golang:1.17-alpine as build-base
2
RUN apk update && apk upgrade && \
3
apk add --no-cache bash git openssh make
4
ADD . /go/src/github.com/liftbridge-io/liftbridge
k8s/Dockerfile.k8s
apk add --no-cache bash git openssh make wget
WORKDIR /workspace
0 commit comments