Skip to content

Commit

Permalink
Merge pull request #137 from osmosis-labs/anmol/fix-docker
Browse files Browse the repository at this point in the history
upgrade dockerfile to use go1.21 instead of go1.20
  • Loading branch information
Anmol1696 authored Dec 12, 2023
2 parents 7169d3b + 45d149d commit 2ed80fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine AS go-builder
FROM golang:1.21-alpine AS go-builder

RUN apk add --no-cache ca-certificates build-base git

Expand Down

0 comments on commit 2ed80fe

Please sign in to comment.