From 323277f7d188c8194946ee33b869fb61b7c9fd18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:53:16 +0100 Subject: [PATCH] feat(container): update image alpine to v3.19 (#29) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | stage | minor | `3.18` -> `3.19` | --- ### Configuration 📅 **Schedule**: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/arthurgeek/vaultwarden-fly-template). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 591023b..47ebb66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM vaultwarden/server:1.30.0-alpine as vaultwarden # # Supercronic # -FROM alpine:3.18 as supercronic +FROM alpine:3.19 as supercronic ARG SUPERCRONIC_VERSION ARG OVERMIND_VERSION @@ -29,7 +29,7 @@ RUN wget "$SUPERCRONIC_URL" && chmod +x "$SUPERCRONIC" # # Overmind # -FROM alpine:3.18 as overmind +FROM alpine:3.19 as overmind ARG OVERMIND_VERSION ARG SUPERCRONIC