diff --git a/Dockerfile b/Dockerfile index 383953d..cb4c5c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.2 as build +FROM golang:1.22.3 as build WORKDIR /app