File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121  #  If you change this value, please change it in the following files as well:
2222  #  /Dockerfile
2323  #  /dev.Dockerfile
24-   GO_VERSION : 1.23.6  
24+   GO_VERSION : 1.23.9  
2525
2626jobs :
2727  # #######################
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN apk add --no-cache --update alpine-sdk \
3232
3333#  The first stage is already done and all static assets should now be generated
3434#  in the app/build sub directory.
35- FROM  golang:1.23.6-alpine @sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0  as golangbuilder
35+ FROM  golang:1.23.9-alpine3.20 @sha256:96917b18cf0bf6dc54f726696eb526fe6e6a1ab45e43d4a292aae11f3d503ffe  as golangbuilder
3636
3737#  Instead of checking out from git again, we just copy the whole working
3838#  directory of the previous stage that includes the generated static assets.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ PUBLIC_URL :=
2222#  GO_VERSION is the Go version used for the release build, docker files, and
2323#  GitHub Actions. This is the reference version for the project. All other Go
2424#  versions are checked against this version.
25- GO_VERSION  = 1.23.6 
25+ GO_VERSION  = 1.23.9 
2626
2727#  LITD_COMPAT_VERSIONS is a space-separated list of litd versions that are
2828#  installed before running the integration tests which include backward
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN cd /go/src/github.com/lightninglabs/lightning-terminal/app \
2020
2121#  The first stage is already done and all static assets should now be generated
2222#  in the app/build sub directory.
23- FROM  golang:1.23.6-alpine @sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0  as golangbuilder
23+ FROM  golang:1.23.9-alpine3.20 @sha256:96917b18cf0bf6dc54f726696eb526fe6e6a1ab45e43d4a292aae11f3d503ffe  as golangbuilder
2424
2525#  Instead of checking out from git again, we just copy the whole working
2626#  directory of the previous stage that includes the generated static assets.
Original file line number Diff line number Diff line change @@ -247,4 +247,4 @@ replace github.com/golang-migrate/migrate/v4 => github.com/lightninglabs/migrate
247247
248248replace  github.com/lightningnetwork/lnd  => github.com/lightningnetwork/lnd  v0.19.0-beta 
249249
250- go  1.23.6  
250+ go  1.23.9  
Original file line number Diff line number Diff line change 1- FROM  golang:1.23.6 -bookworm@sha256:462f68e1109cc0415f58ba591f11e650b38e193fddc4a683a3b77d29be8bfb2c 
1+ FROM  golang:1.23.9 -bookworm@sha256:26ca07ec0684ebe2154ad45a3a03710edb90b9cfc3769bead74ebcf6644dc759 
22
33RUN  apt-get update && apt-get install -y \
44  git \
Original file line number Diff line number Diff line change 1- FROM  golang:1.23.6 -bookworm@sha256:462f68e1109cc0415f58ba591f11e650b38e193fddc4a683a3b77d29be8bfb2c 
1+ FROM  golang:1.23.9 -bookworm@sha256:26ca07ec0684ebe2154ad45a3a03710edb90b9cfc3769bead74ebcf6644dc759 
22
33MAINTAINER  Olaoluwa Osuntokun <
[email protected] >
44
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments