From 110a3ee06236ef20f370179017cc6fc260d07379 Mon Sep 17 00:00:00 2001 From: Stefan Neuhaus Date: Sun, 8 Jan 2023 21:49:31 +0100 Subject: [PATCH] Update mysql and supercronic --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ccf7b90..35081fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-20220125-slim AS supercronic +FROM debian:stable-20221219-slim AS supercronic ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.1/supercronic-linux-amd64 \ SUPERCRONIC=supercronic-linux-amd64 \ @@ -13,7 +13,7 @@ RUN apt-get update; apt-get install -y curl \ -FROM mysql:5.7.39-debian +FROM mysql:5.7.40-debian LABEL maintainer="Stefan Neuhaus "