Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 6ee9595

Browse files
committed
Upgrade Ruby to 2.5.1
docker-library/ruby#196
1 parent a731cbf commit 6ee9595

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 2.4
2+
TargetRubyVersion: 2.5
33
Exclude:
44
- db/schema.rb
55
- 'node_modules/**/*'

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
######################
22
# Stage: Builder
3-
FROM ruby:2.4.4-alpine3.7 as Builder
3+
FROM ruby:2.5.1-alpine as Builder
44

55
ARG FOLDERS_TO_REMOVE
66
ARG BUNDLE_WITHOUT
@@ -52,7 +52,7 @@ FROM madnight/docker-alpine-wkhtmltopdf as wkhtmltopdf
5252

5353
###############################
5454
# Stage Final
55-
FROM ruby:2.4.4-alpine3.7
55+
FROM ruby:2.5.1-alpine
5656
LABEL maintainer="mail@georg-ledermann.de"
5757

5858
ARG ADDITIONAL_PACKAGES

0 commit comments

Comments
 (0)