Skip to content

Commit 32320fc

Browse files
committed
Update base image
1 parent 75db394 commit 32320fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generate the HTML output.
2-
FROM markstory/cakephp-docs-builder as builder
2+
FROM ghcr.io/cakephp/docs-builder as builder
33

44
COPY docs /data/docs
55

@@ -8,7 +8,7 @@ RUN cd /data/docs-builder && \
88
make website LANGS="en" SOURCE=/data/docs DEST=/data/website/
99

1010
# Build a small nginx container with just the static site in it.
11-
FROM markstory/cakephp-docs-builder:runtime as runtime
11+
FROM ghcr.io/cakephp/docs-builder:runtime as runtime
1212

1313
# Configure search index script
1414
ENV LANGS="en"

0 commit comments

Comments
 (0)