From b672601bb9cbd38b479b9e2e4dd1739b92aad703 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 03:35:03 +0000 Subject: [PATCH] fix: demo/Dockerfile.hobbies to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-7886332 --- demo/Dockerfile.hobbies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/Dockerfile.hobbies b/demo/Dockerfile.hobbies index ac917c491a..daa49bbfb0 100644 --- a/demo/Dockerfile.hobbies +++ b/demo/Dockerfile.hobbies @@ -1,4 +1,4 @@ -FROM golang:1.21 as builder +FROM golang:1.23.4 as builder WORKDIR /app