Skip to content

Commit

Permalink
docker: update build image to go:1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Aug 7, 2024
1 parent da9270b commit 39999d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Helper image to build renterd.
FROM golang:1.21 AS builder
FROM golang:1.22 AS builder

# Define arguments for build tags and to skip running go generate.
ARG BUILD_TAGS='netgo' \
Expand Down

0 comments on commit 39999d8

Please sign in to comment.