diff --git a/Dockerfile b/Dockerfile index e287bee..b8d07ab 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.9-alpine3.21 AS build-base WORKDIR /code