From c8891843dac56cf31559cc618c45a7a160a301f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:03:02 +0300 Subject: [PATCH] Bump ruby from 3.3.3-alpine to 3.3.4-alpine (#2098) Bumps ruby from 3.3.3-alpine to 3.3.4-alpine. --- updated-dependencies: - dependency-name: ruby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 06f035dbe..05be8ed5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.3-alpine as builder +FROM ruby:3.3.4-alpine as builder LABEL maintainer="shockwavenn@gmail.com" # To fix Error: error:0308010C:digital envelope routines::unsupported @@ -18,7 +18,7 @@ RUN bundle config set without 'development test' && \ yarn install RUN rake assets:precompile -FROM ruby:3.3.3-alpine +FROM ruby:3.3.4-alpine ENV RAILS_SERVE_STATIC_FILES=true RUN apk add --no-cache git \ libpq \