diff --git a/Dockerfile b/Dockerfile index 80b70f7..3b41e63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.6-bookworm AS build +FROM golang:1.21.7-bookworm AS build # Create build workspace folder WORKDIR /workspace