diff --git a/Dockerfile b/Dockerfile index 00a33288..cf78ec94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.1-alpine3.20 as builder +FROM golang:1.23.2-alpine3.20 as builder ARG VERSION="development" WORKDIR /run