Skip to content

Commit

Permalink
Use latest 1.20 go version when building horizon docker image from so…
Browse files Browse the repository at this point in the history
…urce (#4836)

The quickstart image uses Dockerfile.dev to build horizon from source so we
should be using the latest 1.20 release of Go to build the binary so we
can benefit from security fixes
  • Loading branch information
tamirms authored Apr 7, 2023
1 parent 6c5193d commit 0b91812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.1 AS builder
FROM golang:1.20 AS builder

ARG VERSION="devel"
WORKDIR /go/src/github.com/stellar/go
Expand Down

0 comments on commit 0b91812

Please sign in to comment.