From 962a11b45ce6c4b4272550b834c595b6a887f85b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 05:13:01 +0000 Subject: [PATCH] Bump ruby from 3.3.4-alpine3.19 to 3.3.5-alpine3.19 Bumps ruby from 3.3.4-alpine3.19 to 3.3.5-alpine3.19. --- updated-dependencies: - dependency-name: ruby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ff8b28..7c37f57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Official verified image # https://hub.docker.com/_/ruby -FROM ruby:3.3.4-alpine3.19 +FROM ruby:3.3.5-alpine3.19 # Metadata LABEL org.opencontainers.image.title="haiti" \