Skip to content

Commit 843fe82

Browse files
authored
Merge pull request #570 from bhandras/bump-docker-golang
build: bump golang version in the main Dockerfile
2 parents 257b5f2 + 6827f76 commit 843fe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM} golang:1.18-alpine as builder
1+
FROM --platform=${BUILDPLATFORM} golang:1.19.7-alpine as builder
22

33
# Copy in the local repository to build from.
44
COPY . /go/src/github.com/lightningnetwork/loop

0 commit comments

Comments
 (0)