Skip to content

Commit a946e8d

Browse files
committed
Update base image.
1 parent 71aa47b commit a946e8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM markstory/cakephp-docs-builder as builder
1+
FROM ghcr.io/cakephp/docs-builder as builder
22

33
COPY . /data/docs
44
COPY requirements.txt /tmp/
@@ -10,7 +10,7 @@ RUN make website DEST="/data/website"
1010

1111
# Create a slim nginx image.
1212
# Final image doesn't need python or latex
13-
FROM markstory/cakephp-docs-builder:runtime as runtime
13+
FROM ghcr.io/cakephp/docs-builder:runtime as runtime
1414

1515
# Configure search index script
1616
ENV LANGS="en es fr ja pt zh"

0 commit comments

Comments
 (0)