diff --git a/Dockerfile b/Dockerfile index 6935bf9..1e3cbe3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22 AS build +FROM golang:1.23 AS build WORKDIR /usr/src/app