Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/chainguard/nginx:latest@sha256:38e202d0304b7bf0235ade6ef622c8bf0242fdd5c674bf301ca5cbbb378ff7df
FROM cgr.dev/chainguard/nginx:latest@sha256:f801aa4ac908f6c3847efe81b577e4f34e1f237b5556dfbe698127ad464db269

COPY public/ /usr/share/nginx/html/
COPY public/_aliases /etc/nginx/aliases
Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile.ai-docs
Original file line number Diff line number Diff line change
Expand Up @@ -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:19f7a7b40a11c435311e3784bd134c6b6f19677462440da48f96d5c84eefd669 AS final
FROM cgr.dev/chainguard/wolfi-base:latest@sha256:e624c5d5e42382ce7165ddafcbbf8e6769a24cbd02ea6114b880b05ae5ba2a8d AS final

# Add metadata labels
LABEL org.opencontainers.image.source="https://github.com/chainguard-dev/edu"
Expand Down
2 changes: 1 addition & 1 deletion tools/chaindocs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/chainguard/php:latest-dev@sha256:ba023c31154ddfa17680b068ebcf5e06c536169232d293a4a523717879bb64e4
FROM cgr.dev/chainguard/php:latest-dev@sha256:6809b253d4860620834a0b6775492982e38fc459259ddd9e93d3360b31afac02

COPY . /app
RUN cd /app && \
Expand Down