Skip to content

Commit

Permalink
Merge pull request #42 from calvinrzachman/build
Browse files Browse the repository at this point in the history
build: update Dockerfile default go version to 1.21
  • Loading branch information
calvinrzachman authored May 31, 2024
2 parents 5f75c60 + 85f6d67 commit a5fa79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.20.3
ARG GO_VERSION=1.22.3
ARG BASE_IMAGE=lightninglabs/lnd
ARG BASE_IMAGE_VERSION=v0.18.0-beta

Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.20.3
ARG GO_VERSION=1.22.3
ARG BASE_IMAGE=lightninglabs/lnd
ARG BASE_IMAGE_VERSION=v0.18.0-beta

Expand Down

0 comments on commit a5fa79d

Please sign in to comment.