From b790cc13d267a29768517235719a02407ac71d4d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Dec 2023 03:05:30 +0000 Subject: [PATCH] chore(deps): update docker.io/alpine docker tag to v3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97a64f7c..45189fe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.18 +ARG ALPINE_VERSION=3.19 FROM docker.io/alpine:${ALPINE_VERSION}