From 0ae8d8b2f98dfb9f22896162924959ff0e8ad35f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 01:58:53 +0400 Subject: [PATCH] chore(deps): bump alpine from 3.18 to 3.19 (#17) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9694af2..6b8fcae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Kafka and Zookeeper -FROM alpine:3.18 +FROM alpine:3.19 ARG APK_OPENJDK8_VERSION=~8 ARG APK_SUPERVISOR_VERSION=~4