From b04fb2ee174b257899d9cd01d5af324b4f0852b5 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Wed, 16 Jun 2021 17:07:12 +0200 Subject: [PATCH] chore(deps): update arm32v7/alpine docker tag to v3.14 (#31) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | arm32v7/alpine | final | minor | `3.13` -> `3.14` | --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.rknet.org/docker/nginx/pulls/31 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile.arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm b/Dockerfile.arm index bac9249..3781e1a 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -1,4 +1,4 @@ -FROM arm32v7/alpine:3.13@sha256:9df60229e68a34a47eee0a5801b311ef76d86c92a993f72cfa0c69942214c1fc +FROM arm32v7/alpine:3.14@sha256:8d99168167baa6a6a0d7851b9684625df9c1455116a9601835c2127df2aaa2f5 LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow "