diff --git a/Dockerfile b/Dockerfile index e287bee..e2840ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # BASE IMAGE -FROM golang:1.24.3-alpine3.21 AS build-base +FROM golang:1.24.11-alpine3.21 AS build-base WORKDIR /code