mirror of
https://github.com/layer-systems/relay.git
synced 2026-06-05 10:01:24 +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.
|
# 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
|
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION} AS build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user