From af9e3c79776e7759b8f998f901798f6eb34f6a5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Apr 2025 05:47:59 +0000 Subject: [PATCH] fix: 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-ZLIB-2976151 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3314584 - https://snyk.io/vuln/SNYK-DEBIAN11-DB53-2825168 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67b038a5b..6a62474ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:11.4-slim +FROM debian:11.11-slim ENV USER=bindplane ENV UID=10001