From 847cc6f66451ea37b01a536424b1962c38f3749c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Jan 2025 06:22:56 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411314 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f063f5..05e299a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . /usr/src/app VOLUME ["/repo"] VOLUME ["/templates"] -FROM ruby:3.3.1-slim as executor +FROM ruby:3.3.7-slim as executor RUN apt-get update && \ apt-get install -y git && \