From c76fce825338fc87d1d04455887164ca24c11048 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Jun 2024 22:06:29 +0200 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20.1 (#28) Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2fb8c66..63c8193 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.0 +FROM alpine:3.20.1 # hadolint ignore=DL3018 RUN apk add --no-cache \