From 295ef569d813851324642e3da01ec3ffca3534d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 10:38:40 +0000 Subject: [PATCH] fix: docker-tutorial/02-unit/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-FREETYPE-9402511 - https://snyk.io/vuln/SNYK-DEBIAN12-ABSEIL-8740787 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBAVIF-10180086 --- docker-tutorial/02-unit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-tutorial/02-unit/Dockerfile b/docker-tutorial/02-unit/Dockerfile index b36e579..2076354 100644 --- a/docker-tutorial/02-unit/Dockerfile +++ b/docker-tutorial/02-unit/Dockerfile @@ -1,7 +1,7 @@ # Updated as of May 16, 2020 # FROM specified which image i want to download # Needs to be provided before any other section of code. -FROM nginx:1.26.1 +FROM nginx:1.28.1 #Author of the Docker File # MAINTAINER Pictolearn Note: MAINTAINER has been deprecated for LABEL,