From 49299c2a8c4239e6e37e1f1e61a86b266e916977 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jun 2026 14:11:19 +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-15993253 - 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..bbf08d0e3 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.1