diff --git a/Dockerfile b/Dockerfile index 6a20c8a..4e716ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.2-alpine as builder +FROM golang:1.26.3-alpine as builder ARG CGO_ENABLED=0 WORKDIR /app