Skip to content

Commit

Permalink
bump ruby version in template dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Aviv Dozorets <avivd@tikalk.com>
  • Loading branch information
Aviv Dozorets authored and alexellis committed Jan 6, 2020
1 parent 6351f20 commit a153489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/ruby/Dockerfile
@@ -1,6 +1,6 @@
FROM openfaas/classic-watchdog:0.18.1 as watchdog

FROM ruby:2.5.1-alpine3.7
FROM ruby:2.7-alpine3.11

COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
RUN chmod +x /usr/bin/fwatchdog
Expand Down

0 comments on commit a153489

Please sign in to comment.