From c848b10412547863fb709e501848e5c569827f0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jul 2024 00:50:44 +0000 Subject: [PATCH] fix: deploy/addons/auto-pause/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- deploy/addons/auto-pause/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/addons/auto-pause/Dockerfile b/deploy/addons/auto-pause/Dockerfile index 2b2bd1543bbd..6a7bbd5ed711 100644 --- a/deploy/addons/auto-pause/Dockerfile +++ b/deploy/addons/auto-pause/Dockerfile @@ -1,2 +1,2 @@ -FROM golang:1.19.3 +FROM golang:1.23rc1 ADD auto-pause-hook /auto-pause-hook