Skip to content

Commit

Permalink
fix: fix golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
krish-nr committed Apr 17, 2024
1 parent 59d90ba commit b79c500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20.0-alpine3.15 as builder
FROM --platform=$BUILDPLATFORM golang:1.19.0-alpine3.15 as builder

ARG VERSION=v0.0.0

Expand Down

0 comments on commit b79c500

Please sign in to comment.