From d0c900ca1b869a2b1e80b9b26f2b4db9d3b089c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Sep 2024 08:14:39 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a35b138..c021271 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # https://hub.docker.com/_/ruby/tags -FROM ruby:3.2.4-alpine +FROM ruby:3.3.5-alpine # Hello LABEL maintainer="Nicholas de Jong "