File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN apk add --no-cache --update alpine-sdk \
2929
3030# The first stage is already done and all static assets should now be generated
3131# in the app/build sub directory.
32- FROM golang:1.15.7 -alpine as golangbuilder
32+ FROM golang:1.16.0 -alpine as golangbuilder
3333
3434# Instead of checking out from git again, we just copy the whole working
3535# directory of the previous stage that includes the generated static assets.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN cd /go/src/github.com/lightninglabs/lightning-terminal/app \
1010
1111# The first stage is already done and all static assets should now be generated
1212# in the app/build sub directory.
13- FROM golang:1.15.7 -alpine as golangbuilder
13+ FROM golang:1.16.0 -alpine as golangbuilder
1414
1515# Instead of checking out from git again, we just copy the whole working
1616# directory of the previous stage that includes the generated static assets.
You can’t perform that action at this time.
0 commit comments