diff --git a/build/api/Dockerfile b/build/api/Dockerfile index 7446ea9..050de39 100644 --- a/build/api/Dockerfile +++ b/build/api/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.3-alpine as builder +FROM golang:1.17.5-alpine as builder # Set the Current Working Directory inside the container WORKDIR /app