diff --git a/Dockerfile b/Dockerfile index 215fa52..ef80df9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ely.by/elyby/accounts-php:latest +FROM registry.ely.by/elyby/accounts-php:1.0.0 COPY id_rsa /root/.ssh/id_rsa diff --git a/Dockerfile-dev b/Dockerfile-dev index 8287f41..e3e5ebb 100644 --- a/Dockerfile-dev +++ b/Dockerfile-dev @@ -1,4 +1,4 @@ -FROM registry.ely.by/elyby/accounts-php:latest-dev +FROM registry.ely.by/elyby/accounts-php:1.0.0-dev COPY id_rsa /root/.ssh/id_rsa