mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
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:
committed by
GitHub
parent
5b9edd4745
commit
10f06c9760
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user