From 730354d90f1b627c4f751adcb925a1660c2787cc Mon Sep 17 00:00:00 2001 From: TheSpad Date: Mon, 6 Dec 2021 18:17:23 +0000 Subject: [PATCH] Rebase to Alpine 3.15 --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3cdda80..10acbe5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/linuxserver/baseimage-alpine:3.14 +FROM ghcr.io/linuxserver/baseimage-alpine:3.15 LABEL maintainer="Adam Beardwood" LABEL org.opencontainers.image.source=https://github.com/TheSpad/docker-monit diff --git a/README.md b/README.md index 20c4b26..2bae311 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ docker build \ ## Versions +* **06.12.21:** - Rebase to Alpine 3.15 * **17.06.21:** - Rebase to Alpine 3.14 * **21.04.21:** - Add apprise support. * **17.06.20:** - Initial Release.