Update minimum ruby version to 3.0

This commit is contained in:
Tom Hughes 2023-05-16 18:57:48 +01:00
parent 52296d1cad
commit 302a53d767
5 changed files with 12 additions and 13 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
@ -9,7 +9,6 @@ RUN apt-get update \
curl \
default-jre-headless \
file \
firefox-geckodriver \
libarchive-dev \
libffi-dev \
libgd-dev \
@ -21,8 +20,8 @@ RUN apt-get update \
locales \
nodejs \
postgresql-client \
ruby2.7 \
ruby2.7-dev \
ruby3.0 \
ruby3.0-dev \
tzdata \
unzip \
yarnpkg \