0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-10-18 07:00:41 +00:00

chore(docker): update docker.io/python:3.12-alpine docker digest to d24ed56

This commit is contained in:
renovate[bot] 2024-06-08 01:12:52 +00:00
parent 530253e010
commit 9f37517fd1

View File

@ -8,7 +8,7 @@ WORKDIR /src
RUN make build RUN make build
FROM docker.io/python:3.12-alpine@sha256:32385e61c3414ffa5a6dbf52feace89f758ad68709a48d376d56a0232162665a FROM docker.io/python:3.12-alpine@sha256:d24ed567ee3b972478a232ceff84b0d002e18ee9f5d38234ecbffece23dfa084
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>" LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"