diff --git a/Dockerfile b/Dockerfile index 33f72f4..d35b299 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build image for building the application -FROM golang:1.23.1-bookworm AS builder +FROM golang:1.24.0-bookworm AS builder WORKDIR /app