Skip to content

Commit a4223ea

Browse files
authored
Merge pull request #374 from liftbridge-io/update_dockerfile
Update Dockerfile go versions
2 parents bad44d1 + 98fc1ab commit a4223ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13-alpine as build-base
1+
FROM golang:1.17-alpine as build-base
22
RUN apk update && apk upgrade && \
33
apk add --no-cache bash git openssh make
44
ADD . /go/src/github.com/liftbridge-io/liftbridge

k8s/Dockerfile.k8s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13-alpine as build-base
1+
FROM golang:1.17-alpine as build-base
22
RUN apk update && apk upgrade && \
33
apk add --no-cache bash git openssh make wget
44
WORKDIR /workspace

0 commit comments

Comments
 (0)