diff --git a/Dockerfile b/Dockerfile index 79ede035..eec27489 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.4 # Build the manager binary -FROM golang:1.19 as builder +FROM golang:1.19.4 as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/netlify.toml b/netlify.toml index 6e77db5e..d642a754 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,7 +7,7 @@ command = "go run mage.go -v DocsDeploy" [build.environment] - GO_VERSION = "1.19.3" + GO_VERSION = "1.19.4" [context.branch-deploy] command = "go run mage.go -v DocsDeployPreview"