Skip to content

Commit 955920a

Browse files
committed
docker: bump golang version to v1.15.7
1 parent f24622a commit 955920a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.5-alpine as golangbuilder
32+
FROM golang:1.15.7-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.

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.5-alpine as golangbuilder
13+
FROM golang:1.15.7-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.

0 commit comments

Comments
 (0)