diff --git a/Dockerfile b/Dockerfile index 3faac2e..e806372 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ ## GO BUILDER ################################################################################ -FROM golang:1.19.2 as builder +FROM golang:1.19.3 as builder ENV VERSION 1.8.8 ENV CGO_ENABLED 0 diff --git a/Dockerfile.all b/Dockerfile.all index e57f816..85156ad 100644 --- a/Dockerfile.all +++ b/Dockerfile.all @@ -1,4 +1,4 @@ -FROM golang:1.19.2 as builder +FROM golang:1.19.3 as builder ENV VERSION 1.8.8 ENV BUILD_DIR /build