From 4167af56f11fb6e838531bfa48bcb49e0e9df878 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Oct 2024 00:06:27 +0000 Subject: [PATCH] fix: sdks/typescript/container/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 --- sdks/typescript/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/typescript/container/Dockerfile b/sdks/typescript/container/Dockerfile index cfa3a04708e5..3f0c72faaa84 100644 --- a/sdks/typescript/container/Dockerfile +++ b/sdks/typescript/container/Dockerfile @@ -16,7 +16,7 @@ # limitations under the License. ############################################################################### -FROM node:18.18-bullseye-slim +FROM node:18.20.4-bullseye-slim LABEL Author "Apache Beam " ARG TARGETOS ARG TARGETARCH