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:7b3bbe97d6ba4be0a00719e08abd483b7d18ae46b65f5c20b83a681691d9e691
FROM cgr.dev/chainguard/nginx:latest@sha256:dc9595d10f629d75a1e28e7879d512b48f079d39138b7f3721e9902220c69539

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:65e1acb87a2bf356b92c5f70f3980f03b4bb51dfd483c834e01557525f15c1d9 AS final
FROM cgr.dev/chainguard/wolfi-base:latest@sha256:9a8d954d8f03a21bcf2be73d4628f0ad26d35c3275469925de63a34eebd58f13 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:744f1bababffa61faf9db17c0529f74b091cd1f446cff5f028b8902b5eec10e9
FROM cgr.dev/chainguard/php:latest-dev@sha256:f1d65c5399d060586e6891d74313878cdfa9a30e75f182aae17276dee9caca27

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