diff --git a/Dockerfile b/Dockerfile index 4120307..39764b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24-alpine AS build +FROM golang:1.25-alpine AS build WORKDIR /app # Optional: git + certs for private modules; cache modules and build cache diff --git a/go.mod b/go.mod index 2f89157..82b5948 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.send.nrw/sendnrw/go-pgp-server -go 1.24.4 +go 1.25.3 require github.com/ProtonMail/go-crypto v1.3.0