Skip to content

Commit

Permalink
bump go version to 18 on lighthorizon docker images, they need it now (
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland authored Aug 15, 2022
1 parent c3ec897 commit 7a30aef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exp/lighthorizon/build/index-batch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17 AS builder
FROM golang:1.18 AS builder

WORKDIR /go/src/github.com/stellar/go
COPY . ./
Expand Down
2 changes: 1 addition & 1 deletion exp/lighthorizon/build/index-single/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17 AS builder
FROM golang:1.18 AS builder

WORKDIR /go/src/github.com/stellar/go
COPY . ./
Expand Down
2 changes: 1 addition & 1 deletion exp/lighthorizon/build/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17 AS builder
FROM golang:1.18 AS builder

WORKDIR /go/src/github.com/stellar/go
COPY . ./
Expand Down

0 comments on commit 7a30aef

Please sign in to comment.