Upgrade Rails to 7.1, update dependencies, require Ruby 3.x #160

Merged
raucao merged 36 commits from chore/update_dependencies into master 2024-02-27 18:56:59 +00:00
Showing only changes of commit 1c54e4c0b5 - Show all commits

View File

@@ -1,4 +1,10 @@
# syntax=docker/dockerfile:1
FROM guildeducation/rails:2.7.2-14.20.0
FROM ruby:3.3.0
RUN apt-get update -qq && apt-get install -y --no-install-recommends ldap-utils libvips
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update -qq && apt-get install -y --no-install-recommends curl \
ldap-utils tini libvips
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
RUN apt-get update && apt-get install -y nodejs
RUN npm install -g yarn