diff --git a/Dockerfile b/Dockerfile index 4a4efe6..dbb3d0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6-alpine +FROM ruby:2.6.7-alpine ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.11/supercronic-linux-amd64 \ SUPERCRONIC=supercronic-linux-amd64 \