From 1e54ca43ed42633d168f481b9434300504eedea8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Nov 2023 15:55:48 +0000 Subject: [PATCH] fix: docs/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-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index e7752a91..7f068dfe 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.3-slim-bullseye as jekyll +FROM ruby:slim-bullseye as jekyll # https://github.com/BretFisher/jekyll-serve/blob/main/Dockerfile RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \