diff --git a/Dockerfile b/Dockerfile index bd74f93..153bd59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # golang 1.26.5: fixes the Go stdlib pair CVE-2026-39822 (HIGH, os.Root symlink # traversal) / CVE-2026-42505 (crypto/tls ECH) that 1.26.4 builds carry. -FROM golang:1.26.6-bookworm@sha256:116d58cbd88c1297624acc6e967a060012422bacf9930927e23fb719189c6f36 AS build-stage +FROM golang:1.27.0-bookworm@sha256:ded31c68586d2e49e760acc2e65a884b23d032e9bbbed0ae0c55abd3fcaf4452 AS build-stage # Always compile with the base image's Go, never an auto-downloaded toolchain. ENV GOTOOLCHAIN=local