Skip to content

Commit

Permalink
Merge pull request thanos-io#191 from Shopify/feat/build-on-go-1.20
Browse files Browse the repository at this point in the history
Build with golang 1.20
  • Loading branch information
pedro-stanaka committed Jun 19, 2023
2 parents 5ac9cb7 + 20aa8fb commit a3c3d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.shopify
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine3.15 as builder
FROM golang:1.20-alpine3.16 as builder
# Copied from Dockerfile.multi-stage, but using a different base image

WORKDIR $GOPATH/src/github.com/thanos-io/thanos
Expand Down

0 comments on commit a3c3d38

Please sign in to comment.