Update dockerfile to ruby 3.1.2
This commit is contained in:
parent
bb13de2b84
commit
e011763762
|
|
@ -1,5 +1,5 @@
|
|||
ARG base_commit
|
||||
FROM ruby:2.7.5-alpine
|
||||
FROM ruby:3.1.2-alpine
|
||||
RUN apk add --no-cache build-base tzdata sqlite sqlite-dev postgresql-dev git && gem install tzinfo-data
|
||||
WORKDIR /app
|
||||
COPY Gemfile* /app/
|
||||
|
|
|
|||
Loading…
Reference in New Issue