Update dockerfile to ruby 3.1.2

This commit is contained in:
Thor77 2022-05-19 22:05:25 +02:00
parent bb13de2b84
commit e011763762
No known key found for this signature in database
GPG Key ID: 5051E71B46AA669A
1 changed files with 1 additions and 1 deletions

View File

@ -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/