Bump ruby to 3.0.6 (#218)

* Bump ruby to 2.7.8
* Bump listen to 3.5.1 (remove dependency on ruby_dep)
* Bump ruby to 3.0.6
* Fix I18n.translate arguments: from hash to keyword arguments
This commit is contained in:
Riccardo Graziosi
2023-05-09 09:32:18 +02:00
committed by GitHub
parent 5b9edd4745
commit 10f06c9760
17 changed files with 35 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
###
### Build stage ###
###
FROM ruby:2.6.6 AS builder
FROM ruby:3.0.6 AS builder
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client
@@ -56,7 +56,7 @@ EXPOSE 3000
###
### Prod stage ###
###
FROM ruby:2.6.6-slim AS prod
FROM ruby:3.0.6-slim AS prod
RUN apt-get update -qq && \
apt-get install -yq \