diff --git a/Dockerfile b/Dockerfile index 8e203ab..80cf256 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.6-bookworm AS builder +FROM golang:1.24.9-bookworm AS builder WORKDIR /app