Skip to content

Commit 79111e0

Browse files
octo-sts[bot]egibs
andauthored
Update images digests (#3889)
Update images digests ```release-note NONE ``` ## Changes <details> ```diff diff --git a/Dockerfile b/Dockerfile index ea7029b..b56ca0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM cgr.dev/chainguard/nginx:latest@sha256:df0a97604163fb49366d0853c34b238cde40122606f3c92940d47717689a0473 +FROM cgr.dev/chainguard/nginx:latest@sha256:2015f7fa3b514c1bb8de63ed0ebe769295e6d15c5a401fcafbbe555760d42e57 COPY public/ /usr/share/nginx/html/ COPY public/_aliases /etc/nginx/aliases diff --git a/scripts/Dockerfile.ai-docs b/scripts/Dockerfile.ai-docs index c37da4c..4f61c3f 100644 --- a/scripts/Dockerfile.ai-docs +++ b/scripts/Dockerfile.ai-docs @@ -3,7 +3,7 @@ # Use wolfi-base which includes a shell but is still minimal and secure. # Pinned by digest for reproducible builds; digestabot keeps it current. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:57108e597a8cf3bd376b810f1c3539c21942daefa242cb9dddaae30f8aac735d AS final +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:7e62cecd3c5712dba6e52c5260afb8f9d7a23b9bbcdd26ad7508a811e74b766d AS final # Add metadata labels LABEL org.opencontainers.image.source="https://github.com/chainguard-dev/edu" diff --git a/tools/chaindocs/Dockerfile b/tools/chaindocs/Dockerfile index a871aaf..8c7fc3d 100644 --- a/tools/chaindocs/Dockerfile +++ b/tools/chaindocs/Dockerfile @@ -1,4 +1,4 @@ -FROM cgr.dev/chainguard/php:latest-dev@sha256:81feeaec8858de10b8078d7e9f911bb0d01eed83241184e4a095a0bc87a241ff +FROM cgr.dev/chainguard/php:latest-dev@sha256:003c54f205d399420c382254660e0c6bb9e460b69dbb3bb0d298cf0c1a4b87a0 COPY . /app RUN cd /app && \ ``` </details> Co-authored-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 4208bd8 commit 79111e0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cgr.dev/chainguard/nginx:latest@sha256:df0a97604163fb49366d0853c34b238cde40122606f3c92940d47717689a0473
1+
FROM cgr.dev/chainguard/nginx:latest@sha256:2015f7fa3b514c1bb8de63ed0ebe769295e6d15c5a401fcafbbe555760d42e57
22

33
COPY public/ /usr/share/nginx/html/
44
COPY public/_aliases /etc/nginx/aliases

scripts/Dockerfile.ai-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Use wolfi-base which includes a shell but is still minimal and secure.
55
# Pinned by digest for reproducible builds; digestabot keeps it current.
6-
FROM cgr.dev/chainguard/wolfi-base:latest@sha256:57108e597a8cf3bd376b810f1c3539c21942daefa242cb9dddaae30f8aac735d AS final
6+
FROM cgr.dev/chainguard/wolfi-base:latest@sha256:7e62cecd3c5712dba6e52c5260afb8f9d7a23b9bbcdd26ad7508a811e74b766d AS final
77

88
# Add metadata labels
99
LABEL org.opencontainers.image.source="https://github.com/chainguard-dev/edu"

tools/chaindocs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cgr.dev/chainguard/php:latest-dev@sha256:81feeaec8858de10b8078d7e9f911bb0d01eed83241184e4a095a0bc87a241ff
1+
FROM cgr.dev/chainguard/php:latest-dev@sha256:003c54f205d399420c382254660e0c6bb9e460b69dbb3bb0d298cf0c1a4b87a0
22

33
COPY . /app
44
RUN cd /app && \

0 commit comments

Comments
 (0)