diff --git a/Dockerfile b/Dockerfile index 6106317..7cc21c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Set the default Go version as a build argument -ARG XGO="go-1.21.x" +ARG XGO="go-1.23.x" # Use xgo (a Go cross-compiler tool) as build image -FROM --platform=$BUILDPLATFORM techknowlogick/xgo:${XGO} as build +FROM --platform=$BUILDPLATFORM techknowlogick/xgo:${XGO} AS build # Set the working directory and copy the source code WORKDIR /go/src/codeberg.org/codeberg/pages