diff --git a/Dockerfile b/Dockerfile index 561ac4a18..121936d3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG LIBKMSP11_VERSION=1.6 #------------------------------------------------------------------------------ # Base Debian Image #------------------------------------------------------------------------------ -FROM golang:1.24.6-bookworm AS base +FROM golang:1.25.0-bookworm AS base ENV DEBIAN_FRONTEND='noninteractive'