diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 0ceedc9..fd2787c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.6-bookworm +FROM golang:1.25.0-bookworm # [Optional] Uncomment the next line to use go get to install anything else you need # RUN go get -x diff --git a/Dockerfile b/Dockerfile index cddbffe..470a2cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx -FROM --platform=$BUILDPLATFORM golang:1.24.6-bookworm AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.0-bookworm AS builder COPY --from=xx / /