Skip to content

Commit

Permalink
Merge pull request #39 from celestiaorg/rp/fix-dockerfile-again
Browse files Browse the repository at this point in the history
fix: Dockerfile by specifying go version
  • Loading branch information
rootulp authored Sep 10, 2024
2 parents d91e6c4 + bf2b2b0 commit 9ab4ce3
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 --platform=linux/amd64 docker.io/golang:1.22-alpine3.18 AS builder
FROM --platform=linux/amd64 docker.io/golang:1.22.6-alpine3.20 AS builder

ENV CGO_ENABLED=0
ENV GO111MODULE=on
Expand Down

0 comments on commit 9ab4ce3

Please sign in to comment.