Skip to content

Commit

Permalink
fix: update golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
vafanassieff committed Jun 11, 2024
1 parent cd10f9d commit 48d89ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/lightning-terminal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN yarn config set registry "http://registry.npmjs.org" && \
yarn install --frozen-lockfile && \
yarn build

FROM golang:1.21-alpine AS go
FROM golang:1.22.4-alpine AS go

ENV GODEBUG netdns=cgo

Expand Down
2 changes: 1 addition & 1 deletion docker/lnd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder
FROM golang:1.22.4-alpine AS builder

ARG VERSION
ARG LND_BUILD_TAGS="autopilotrpc signrpc walletrpc chainrpc invoicesrpc neutrinorpc routerrpc watchtowerrpc monitoring peersrpc kvdb_postrgres kvdb_etcd kvdb_sqlite"
Expand Down
2 changes: 1 addition & 1 deletion docker/loop/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.4-alpine AS builder
FROM golang:1.22.4-alpine AS builder

ARG VERSION
ARG COMMIT
Expand Down

0 comments on commit 48d89ae

Please sign in to comment.