diff --git a/base/Dockerfile b/base/Dockerfile index 65a7f8b2..87245286 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19 as op +FROM golang:1.20 as op WORKDIR /app