diff --git a/Dockerfile b/Dockerfile index 0417069..f72c84f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ## # specify the base image to be used for the application, alpine or ubuntu -FROM golang:1.22.2-alpine3.18 AS build +FROM golang:1.22.3-alpine3.18 AS build # create a working directory inside the image WORKDIR /app