From c39b3e59d4995c2f3dc44c04cf5038261e749c5f Mon Sep 17 00:00:00 2001 From: Chidi Ekuma Date: Mon, 22 Apr 2024 10:33:52 +0100 Subject: [PATCH] Update Dockerfile to use Ruby 3.1.4-alpine3.18 and fix formatting --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b42e5f224c..2c5401dc32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.0-alpine3.15 +FROM ruby:3.1.4-alpine3.18 ENV RAILS_ENV=production \ NODE_ENV=production \ @@ -24,8 +24,8 @@ RUN apk update && apk add -Uu --no-cache zlib-dev busybox ncurses # hadolint ignore=DL3018 RUN apk add -U --no-cache bash build-base git tzdata libxml2 libxml2-dev \ - postgresql-libs postgresql-dev nodejs yarn \ - chromium=99.0.4844.84-r0 chromium-chromedriver=99.0.4844.84-r0 + postgresql-libs postgresql-dev nodejs yarn \ + chromium chromium-chromedriver # Remove once base image ruby:3.1.0-alpine3.15 has been updated RUN apk add --no-cache gmp=6.2.1-r1 libretls=3.3.4-r3