From 4e86f3ba74e55d583046a4a8fc0d12a351f97966 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Jun 2024 06:05:45 +0000 Subject: [PATCH] fix: Dockerfile.production to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBGD2-382975 - https://snyk.io/vuln/SNYK-DEBIAN9-FREETYPE-1019584 --- Dockerfile.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.production b/Dockerfile.production index 980c0ca0..648bde49 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,4 +1,4 @@ -FROM nginx:1.13.0 +FROM nginx:1.26.1 # Install ruby and bundler RUN apt-get update