From 7d5e01258c4984cc9e809d4017a1304d84ecdaa0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 04:19:20 +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-15120869 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15120870 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15120871 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15120872 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15120873 --- .../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 67fd379018..9d451d489f 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 +FROM alpine:3.23.3