From ba01f29d6e495feacdf4c3d51bf8ae4ae8cd971e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 03:10:49 +0000 Subject: [PATCH] Update alpine Docker tag to v3.19 --- .../5671_09/02-Choosing The Right Base Image/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixed-examples/infa-as-code-cookbook/5671_09/02-Choosing The Right Base Image/alpine/Dockerfile b/mixed-examples/infa-as-code-cookbook/5671_09/02-Choosing The Right Base Image/alpine/Dockerfile index 66b44062e..2b69510a8 100644 --- a/mixed-examples/infa-as-code-cookbook/5671_09/02-Choosing The Right Base Image/alpine/Dockerfile +++ b/mixed-examples/infa-as-code-cookbook/5671_09/02-Choosing The Right Base Image/alpine/Dockerfile @@ -1,2 +1,2 @@ -FROM alpine:3.16 +FROM alpine:3.19 ENTRYPOINT ["/bin/sh"]