diff --git a/Dockerfile b/Dockerfile index a1c8af39..865661f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ################################################################################ # Create a stage for building the application. -ARG GO_VERSION=1.21.6 +ARG GO_VERSION=1.21.7 FROM golang:${GO_VERSION} AS build WORKDIR /src