diff --git a/Dockerfile b/Dockerfile index 196694f..a7dd66c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY web-app /app/ RUN npm run build # Stage 2: Build the Go binary -FROM golang:1.24.0-alpine3.21 AS builder +FROM golang:1.24.1-alpine3.21 AS builder # Set the working directory inside the container WORKDIR /app