From 6e7782a61bbc27ba8e5a412be8bedd1097447efa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Oct 2025 22:00:40 +0000 Subject: [PATCH] chore(deps): update alpine:latest docker digest to 56b31e2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ccede4b..2aebd12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 +FROM alpine:latest@sha256:56b31e2dadc083b6b067d6cd4e97a9c6e5a953e6595830c60d9197589ff88ad4 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