Skip to content

Commit

Permalink
Merge pull request #374 from liftbridge-io/update_dockerfile
Browse files Browse the repository at this point in the history
Update Dockerfile go versions
  • Loading branch information
tylertreat authored Nov 8, 2021
2 parents bad44d1 + 98fc1ab commit a4223ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine as build-base
FROM golang:1.17-alpine as build-base
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh make
ADD . /go/src/github.com/liftbridge-io/liftbridge
Expand Down
2 changes: 1 addition & 1 deletion k8s/Dockerfile.k8s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine as build-base
FROM golang:1.17-alpine as build-base
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh make wget
WORKDIR /workspace
Expand Down

0 comments on commit a4223ea

Please sign in to comment.