diff --git a/Dockerfile b/Dockerfile index 031083a9..c6b8c61c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # quay.io/vouch/vouch-proxy # https://github.com/vouch/vouch-proxy -FROM golang:1.23 AS builder +FROM golang:1.24 AS builder ARG UID=999 ARG GID=999