From 1a8ef67c82fa3c0270daf29efc4fd73363d03443 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 May 2022 19:52:37 +0000 Subject: [PATCH] Update dependency alpine to v3.16 Signed-off-by: Renovate Bot --- .github/actions/tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/tools/Dockerfile b/.github/actions/tools/Dockerfile index fa899e8..6f1149f 100644 --- a/.github/actions/tools/Dockerfile +++ b/.github/actions/tools/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.15 +FROM alpine:3.16 LABEL maintainer="Nicolas Lamirault " \ org.opencontainers.image.title="Tools for Portefaix project" \