diff --git a/Dockerfile b/Dockerfile index 79a3b07..51911aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.7-bullseye +FROM golang:1.21.8-bullseye ARG VERSION ARG GOAMD64 diff --git a/go.mod b/go.mod index 34bb5cc..7338543 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/moonrhythm/parapet-ingress-controller go 1.21 -toolchain go1.21.7 +toolchain go1.21.8 require ( cloud.google.com/go/profiler v0.4.0