diff --git a/Dockerfile b/Dockerfile index ee958ea..b615519 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.5-bookworm AS build +FROM golang:1.23.4-bookworm AS build # Create build workspace folder WORKDIR /workspace