From d14e6894733301284a729b64c999808e05537882 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 7 Sep 2021 12:56:05 -0300 Subject: [PATCH] Update to 3.13.6 because of OpenSSL CVEs --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 060c140..8706f02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.5 AS build +FROM alpine:3.13.6 AS build ENV EMAIL monit@sutty.nl RUN apk add --no-cache tzdata @@ -7,7 +7,7 @@ COPY ./monitrc /etc/monitrc RUN chmod 600 /etc/monitrc RUN sed -re "s/@@EMAIL@@/${EMAIL}/" -i /etc/monitrc -FROM alpine:3.13.5 +FROM alpine:3.13.6 MAINTAINER "f " # TODO: We don't want to receive lots of email, so we'll change this to