Browse Source

* fix workspace base image

master
dimti 2 years ago
parent
commit
54a04feae7
  1. 4
      dockerfiles/workspace/workspace74.Dockerfile

4
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
RUN chmod -R 644 /etc/cron.d
Loading…
Cancel
Save