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 \
29
29
30
30
# The first stage is already done and all static assets should now be generated
31
31
# in the app/build sub directory.
32
- FROM golang:1.15.5 -alpine as golangbuilder
32
+ FROM golang:1.15.7 -alpine as golangbuilder
33
33
34
34
# Instead of checking out from git again, we just copy the whole working
35
35
# 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 \
10
10
11
11
# The first stage is already done and all static assets should now be generated
12
12
# in the app/build sub directory.
13
- FROM golang:1.15.5 -alpine as golangbuilder
13
+ FROM golang:1.15.7 -alpine as golangbuilder
14
14
15
15
# Instead of checking out from git again, we just copy the whole working
16
16
# directory of the previous stage that includes the generated static assets.
You can’t perform that action at this time.
0 commit comments