From 130f064775a93ef030eaf16ad9b2a18d96b55e3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Sep 2026 09:20:54 +0000 Subject: [PATCH] fix: pkg/devspace/compose/testdata/depends_on_with_build/backend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993266 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993266 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993258 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993258 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993259 --- .../compose/testdata/depends_on_with_build/backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/devspace/compose/testdata/depends_on_with_build/backend/Dockerfile b/pkg/devspace/compose/testdata/depends_on_with_build/backend/Dockerfile index 9d451d489..3471f7b12 100644 --- a/pkg/devspace/compose/testdata/depends_on_with_build/backend/Dockerfile +++ b/pkg/devspace/compose/testdata/depends_on_with_build/backend/Dockerfile @@ -1 +1 @@ -FROM alpine:3.23.3 +FROM alpine:3.24.2