File tree Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 21
21
# If you change this value, please change it in the following files as well:
22
22
# /Dockerfile
23
23
# /dev.Dockerfile
24
- GO_VERSION : 1.23.9
24
+ GO_VERSION : 1.23.12
25
25
26
26
jobs :
27
27
# #######################
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN apk add --no-cache --update alpine-sdk \
32
32
33
33
# The first stage is already done and all static assets should now be generated
34
34
# in the app/build sub directory.
35
- FROM golang:1.23.9 -alpine3.20 @sha256:96917b18cf0bf6dc54f726696eb526fe6e6a1ab45e43d4a292aae11f3d503ffe as golangbuilder
35
+ FROM golang:1.23.12 -alpine3.22 @sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f as golangbuilder
36
36
37
37
# Instead of checking out from git again, we just copy the whole working
38
38
# directory of the previous stage that includes the generated static assets.
@@ -50,7 +50,7 @@ RUN apk add --no-cache --update alpine-sdk \
50
50
&& make go-install-cli
51
51
52
52
# Start a new, final image to reduce size.
53
- FROM alpine:3.20.3 @sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as final
53
+ FROM alpine:3.22.1 @sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as final
54
54
55
55
# Define a root volume for data persistence.
56
56
VOLUME /root/.lnd
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ PUBLIC_URL :=
22
22
# GO_VERSION is the Go version used for the release build, docker files, and
23
23
# GitHub Actions. This is the reference version for the project. All other Go
24
24
# versions are checked against this version.
25
- GO_VERSION = 1.23.9
25
+ GO_VERSION = 1.23.12
26
26
27
27
# LITD_COMPAT_VERSIONS is a space-separated list of litd versions that are
28
28
# installed before running the integration tests which include backward
Original file line number Diff line number Diff line change 1
1
module github.com/lightninglabs/lightning-terminal/autopilotserverrpc
2
2
3
- go 1.23.9
3
+ go 1.23.12
4
4
5
5
require (
6
6
google.golang.org/grpc v1.56.3
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN cd /go/src/github.com/lightninglabs/lightning-terminal/app \
20
20
21
21
# The first stage is already done and all static assets should now be generated
22
22
# in the app/build sub directory.
23
- FROM golang:1.23.9 -alpine3.20 @sha256:96917b18cf0bf6dc54f726696eb526fe6e6a1ab45e43d4a292aae11f3d503ffe as golangbuilder
23
+ FROM golang:1.23.12 -alpine3.22 @sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f as golangbuilder
24
24
25
25
# Instead of checking out from git again, we just copy the whole working
26
26
# directory of the previous stage that includes the generated static assets.
@@ -68,7 +68,7 @@ RUN apk add --no-cache --update alpine-sdk make \
68
68
fi
69
69
70
70
# Start a new, final image to reduce size.
71
- FROM alpine:3.20.3 @sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as final
71
+ FROM alpine:3.22.1 @sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as final
72
72
73
73
# Define a root volume for data persistence.
74
74
VOLUME /root/.lnd
Original file line number Diff line number Diff line change 1
1
module github.com/lightninglabs/lightning-terminal
2
2
3
- go 1.23.9
3
+ go 1.23.12
4
4
5
5
require (
6
6
github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6
Original file line number Diff line number Diff line change 1
- FROM golang:1.23.9 -bookworm@sha256:26ca07ec0684ebe2154ad45a3a03710edb90b9cfc3769bead74ebcf6644dc759
1
+ FROM golang:1.23.12 -bookworm@sha256:d22457a90736648a605cf54c33a7a310bb290e1ac78af2bcbc1d87821c52c4b7
2
2
3
3
RUN apt-get update && apt-get install -y \
4
4
git \
Original file line number Diff line number Diff line change 1
1
module github.com/lightninglabs/lightning-terminal/litrpc
2
2
3
- go 1.23.9
3
+ go 1.23.12
4
4
5
5
require (
6
6
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
Original file line number Diff line number Diff line change 1
- FROM golang:1.23.9 -bookworm@sha256:26ca07ec0684ebe2154ad45a3a03710edb90b9cfc3769bead74ebcf6644dc759
1
+ FROM golang:1.23.12 -bookworm@sha256:d22457a90736648a605cf54c33a7a310bb290e1ac78af2bcbc1d87821c52c4b7
2
2
3
3
MAINTAINER Olaoluwa Osuntokun <
[email protected] >
4
4
Original file line number Diff line number Diff line change 1
1
module github.com/lightninglabs/lightning-terminal/perms
2
2
3
- go 1.23.9
3
+ go 1.23.12
4
4
5
5
require (
6
6
github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6
You can’t perform that action at this time.
0 commit comments