From f6257d2850dbbf985205c0d6681658d67891dd3c Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 16 Aug 2021 01:29:15 +0200 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities (#59) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dbb3d0f..4a4efe6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6.7-alpine +FROM ruby:2.6-alpine ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.11/supercronic-linux-amd64 \ SUPERCRONIC=supercronic-linux-amd64 \