Skip to content

Commit

Permalink
Update Dockerfile to use Ruby 3.1.4-alpine3.18 and fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ekumachidi committed Apr 22, 2024
1 parent 125f575 commit c39b3e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit c39b3e5

Please sign in to comment.