From 54a04feae7688c700f6eb40d57f1d02a1bd43ba8 Mon Sep 17 00:00:00 2001 From: dimti Date: Thu, 3 Mar 2022 18:31:40 +0300 Subject: [PATCH] * fix workspace base image --- dockerfiles/workspace/workspace74.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/workspace/workspace74.Dockerfile b/dockerfiles/workspace/workspace74.Dockerfile index 027091a..38b013a 100644 --- a/dockerfiles/workspace/workspace74.Dockerfile +++ b/dockerfiles/workspace/workspace74.Dockerfile @@ -1,4 +1,4 @@ -FROM src_workspace74:latest +FROM dimti/workspace:7.4 ARG PHP_VERSION=7.4 @@ -101,4 +101,4 @@ USER root COPY ./crontab74 /etc/cron.d -RUN chmod -R 644 /etc/cron.d \ No newline at end of file +RUN chmod -R 644 /etc/cron.d