diff --git a/Dockerfile b/Dockerfile index d412d66..edb65d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25-alpine AS build +FROM golang:1.26-alpine AS build ENV USER=appuser ENV UID=10001