diff --git a/docker/Dockerfile b/docker/Dockerfile index 04f26898..b6630c23 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,7 +4,7 @@ # # Pull the current golang-alpine image. -FROM golang:1.25-alpine3.23 AS awg-go +FROM golang:1.26-alpine3.23 AS awg-go # Install build-dependencies. RUN apk add --no-cache \