Use ruby 2.6.5 in production Dockerfile
This commit is contained in:
parent
bb4a950138
commit
4e0e099771
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.6.2-alpine
|
||||
FROM ruby:2.6.5-alpine
|
||||
RUN apk add --no-cache build-base tzdata sqlite sqlite-dev postgresql-dev && gem install tzinfo-data
|
||||
WORKDIR /app
|
||||
COPY Gemfile* /app/
|
||||
|
|
|
|||
Loading…
Reference in New Issue