mirror of
https://github.com/layer-systems/relay.git
synced 2026-06-04 09:31:15 +02:00
update Go version to 1.25.5 in Dockerfile
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
################################################################################
|
||||
# Create a stage for building the application.
|
||||
ARG GO_VERSION=1.24.2
|
||||
ARG GO_VERSION=1.25.5
|
||||
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION} AS build
|
||||
WORKDIR /src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user