Skip to content

Commit

Permalink
Upgrade Ruby to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Oct 3, 2018
1 parent a731cbf commit 6ee9595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5
Exclude:
- db/schema.rb
- 'node_modules/**/*'
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,6 +1,6 @@
######################
# Stage: Builder
FROM ruby:2.4.4-alpine3.7 as Builder
FROM ruby:2.5.1-alpine as Builder

ARG FOLDERS_TO_REMOVE
ARG BUNDLE_WITHOUT
Expand Down Expand Up @@ -52,7 +52,7 @@ FROM madnight/docker-alpine-wkhtmltopdf as wkhtmltopdf

###############################
# Stage Final
FROM ruby:2.4.4-alpine3.7
FROM ruby:2.5.1-alpine
LABEL maintainer="mail@georg-ledermann.de"

ARG ADDITIONAL_PACKAGES
Expand Down

0 comments on commit 6ee9595

Please sign in to comment.