From 8b54524c584a9ca7ee2e6819fb795cc11dc931d4 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 97a64f7..45189fe 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}