diff --git a/Dockerfile b/Dockerfile index 401b05f..2b36a70 100644 --- a/Dockerfile +++ b/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