diff --git a/Dockerfile b/Dockerfile index ecdeb454036..55c9498cf03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.0-alpine as build_env +FROM golang:1.20.1-alpine as build_env # Copy the source from the current directory to the Working Directory inside the container WORKDIR /app