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