diff --git a/api/Dockerfile b/api/Dockerfile index 97053deb..3c78b3fd 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.2-alpine3.18 AS builder +FROM golang:1.22-alpine3.18 AS builder WORKDIR /app