diff --git a/build/api/Dockerfile b/build/api/Dockerfile index 3259677..dda2a2c 100644 --- a/build/api/Dockerfile +++ b/build/api/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.8-alpine as builder +FROM golang:1.18.1-alpine as builder # Set the Current Working Directory inside the container WORKDIR /app