Skip to content

Commit

Permalink
[ops] Harmony Dockerfile go1.19 upgrade (#4460)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophoah committed Jul 3, 2023
1 parent 12192e5 commit 4a69714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG GOPATH_DEFAULT=/root/go
ARG SRC_PATH=src/github.com/harmony-one

FROM golang:1.18-bullseye as builder
FROM golang:1.19-bullseye as builder

ARG GOPATH_DEFAULT
ARG SRC_PATH
Expand Down

0 comments on commit 4a69714

Please sign in to comment.