Fix dockerfile dependencies

This commit is contained in:
schmelczerandras 2020-07-26 20:17:29 +02:00
parent 1ed8f818d2
commit 7c2415d0de
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM schmelczera/declared-error-pages as build-error-pages
FROM registry.digitalocean.com/declared/declared-error-pages as build-error-pages
RUN python build.py 403 404 50x

View file

@ -1,4 +1,4 @@
FROM schmelczera/declared-error-pages as build-error-pages
FROM registry.digitalocean.com/declared/declared-error-pages as build-error-pages
RUN python build.py 502