0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-19 15:02:47 +02:00

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

This commit is contained in:
renovate[bot] 2024-08-06 01:59:42 +00:00
parent e3f03084c4
commit 4d11e3c3b8

View File

@ -8,7 +8,7 @@ WORKDIR /src
RUN make build RUN make build
FROM docker.io/python:3.12-alpine@sha256:a0c22d88d8a5738d8dbe0d4482783f6d39595182b02df694ca170c664afff2b7 FROM docker.io/python:3.12-alpine@sha256:63094abdaf49e046da9f6529ecd6ce4d853d9bfbf00a25c52bbbb68b3223b490
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>"