diff --git a/Dockerfile b/Dockerfile index 38bd88dd..080c642d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # BUILD BIN -FROM golang:1.22.0 as app-builder +FROM golang:1.23.0 as app-builder # Build the app binary in /app WORKDIR /app