Skip to content

Commit

Permalink
Merge pull request #379 from m-graf/update-go-to-1.20.4-alpine
Browse files Browse the repository at this point in the history
Update Dockerfile to use go 1.20.4-alpine
  • Loading branch information
mckern committed May 4, 2023
2 parents b490278 + 82a1652 commit 85c5971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine AS build
FROM golang:1.20.4-alpine AS build

WORKDIR /go/src/github.com/segmentio/chamber
COPY . .
Expand Down

0 comments on commit 85c5971

Please sign in to comment.