From c640cac788d216b65ce8e730cf832b61996be6d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Oct 2025 01:00:52 +0000 Subject: [PATCH] chore(deps): update alpine:latest docker digest to 4b7ce07 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2aebd12..af398c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest@sha256:56b31e2dadc083b6b067d6cd4e97a9c6e5a953e6595830c60d9197589ff88ad4 +FROM alpine:latest@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 RUN apk update RUN apk add --no-cache openssh nodejs npm git bash openssh python3 py3-pip py3-passlib RUN python3 -m pip install --user ansible --break-system-packages