Skip to content

Commit

Permalink
Bump Ruby version to 2.4.4 in Dockerfiles
Browse files Browse the repository at this point in the history
By using ruby:2.4 we ensure we test using upstream Ruby 2.4 version.
  • Loading branch information
danirod committed Jun 23, 2018
1 parent dafac96 commit a3f3cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# develop or test the application in a standalone application
# without having to install the stuff.

FROM ruby:2.4.1-alpine
FROM ruby:2.4-alpine3.7
LABEL maintainer="dani@danirod.es"

# Install dependencies.
Expand Down
2 changes: 1 addition & 1 deletion spec/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Dockerfile used for testing makigas.

FROM ruby:2.4.4-alpine3.7
FROM ruby:2.4-alpine3.7
LABEL maintainer="dani@danirod.es"

# Install runtime dependencies
Expand Down

0 comments on commit a3f3cae

Please sign in to comment.