File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed 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.22 .6-alpine@sha256:1a478681b671001b7f029f94b5016aed984a23ad99c707f6a0ab6563860ae2f3 as golangbuilder
35+ FROM golang:1.23 .6-alpine@sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0 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 @@ -13,7 +13,7 @@ RUN cd /go/src/github.com/lightninglabs/lightning-terminal/app \
1313
1414# The first stage is already done and all static assets should now be generated
1515# in the app/build sub directory.
16- FROM golang:1.22 .6-alpine@sha256:1a478681b671001b7f029f94b5016aed984a23ad99c707f6a0ab6563860ae2f3 as golangbuilder
16+ FROM golang:1.23 .6-alpine@sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0 as golangbuilder
1717
1818# Instead of checking out from git again, we just copy the whole working
1919# directory of the previous stage that includes the generated static assets.
Original file line number Diff line number Diff line change 1- FROM golang:1.22 .6-bookworm@sha256:d31e093e3aeaee68ccee6c4c96e554ef0f192ea37ae684d91b206bec17377f19
1+ FROM golang:1.23 .6-bookworm@sha256:462f68e1109cc0415f58ba591f11e650b38e193fddc4a683a3b77d29be8bfb2c
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.22 .6-bookworm@sha256:d31e093e3aeaee68ccee6c4c96e554ef0f192ea37ae684d91b206bec17377f19
1+ FROM golang:1.23 .6-bookworm@sha256:462f68e1109cc0415f58ba591f11e650b38e193fddc4a683a3b77d29be8bfb2c
22
33MAINTAINER Olaoluwa Osuntokun <
[email protected] >
44
Original file line number Diff line number Diff line change 1- FROM golang:1.22 .6-bookworm@sha256:d31e093e3aeaee68ccee6c4c96e554ef0f192ea37ae684d91b206bec17377f19
1+ FROM golang:1.23 .6-bookworm@sha256:462f68e1109cc0415f58ba591f11e650b38e193fddc4a683a3b77d29be8bfb2c
22
33RUN apt-get update && apt-get install -y git
44ENV GOCACHE=/tmp/build/.cache
You can’t perform that action at this time.
0 commit comments