Skip to content

Commit 368e6b8

Browse files
committed
Update base image to ghcr.io image.
1 parent 38fc47b commit 368e6b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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
RUN pip install git+https://github.com/sphinx-contrib/video.git@master
55

@@ -15,7 +15,7 @@ RUN cd /data/docs-builder \
1515
&& cp /data/docs/static/* /data/website/html/_static/
1616

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

2020
# Configure search index script
2121
ENV LANGS="en fr ja pt"

0 commit comments

Comments
 (0)