Skip to content

Commit

Permalink
Update Docker to use container with Ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonheecs committed Dec 31, 2018
1 parent 260ec1b commit 7f79643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILD_ENV='dev'

FROM jasonheecs/alpine-ruby:1.0.1 AS base
FROM jasonheecs/alpine-ruby:1.1.0 AS base

LABEL name="jasonheecs/html-converter"
LABEL version="1.0.0"
Expand Down

0 comments on commit 7f79643

Please sign in to comment.