From cb4341782e7ac5aea9e7f62f33bea5426c108588 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Tue, 15 Jun 2021 09:25:34 +1000 Subject: [PATCH] fix: update base docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1400aa74..4634bde5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6.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 \