From 8743aae31920be6a5de5a8681d046abaae941941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Podrou=C5=BEek?= Date: Mon, 22 Oct 2018 16:12:56 +0200 Subject: [PATCH] Fix build comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a0b2e52..a726a9e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # see https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ for Dockerfile best practices # build me with: -# docker build -t "juicymo/drone-ruby:2.5.1" . +# docker build -t "juicymo/drone-ruby:2.4.4" . FROM alpine:3.8 MAINTAINER Tomas Jukin