From 3ea55675af2da845c49d41205e5c3f11acb766c0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Dec 2023 03:07:33 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ef024c..a4934d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.17 +ARG ALPINE_VERSION=3.19 FROM alpine:${ALPINE_VERSION} ARG ALPINE_VERSION