Skip to content

Commit

Permalink
Merge pull request #11 from informalsystems/ph/bump-go-to-1.20
Browse files Browse the repository at this point in the history
Bump go version in Dockerfile to 1.20
  • Loading branch information
p-offtermatt authored Jul 27, 2023
2 parents 58de188 + 2c310b7 commit 7feebaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine
FROM golang:1.20-alpine

ENV PACKAGES curl make git libc-dev bash gcc linux-headers
RUN apk add --no-cache $PACKAGES
Expand All @@ -15,4 +15,4 @@ RUN go mod download
# Add CometMock and install it
ADD . /CometMock
WORKDIR /CometMock
RUN go build -o /usr/local/bin/cometmock ./cometmock
RUN go build -o /usr/local/bin/cometmock ./cometmock

0 comments on commit 7feebaf

Please sign in to comment.