Skip to content
This repository was archived by the owner on Feb 14, 2021. It is now read-only.

Commit 4435c1c

Browse files
authored
Merge pull request #47 from beevelop/next
v6.4.2 (Ruby Rabbit)
2 parents ba01370 + d162275 commit 4435c1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY init.sh /opt/
88
ENV ADMIN_EMAIL=admin@localhost \
99
SITE_NAME=Directus \
1010
ADMIN_PASSWORD=Un1c0rn \
11-
DIRECTUS_VERSION=6.4.1
11+
DIRECTUS_VERSION=6.4.2
1212

1313
RUN apt-get update && apt-get install -yq git \
1414
libfreetype6-dev \
@@ -22,8 +22,8 @@ RUN apt-get update && apt-get install -yq git \
2222
docker-php-ext-install gd mysqli pdo pdo_mysql && \
2323
pecl install imagick-beta && \
2424
docker-php-ext-enable imagick && \
25-
26-
curl -sL "https://api.github.com/repos/directus/directus/tarball/${DIRECTUS_VERSION}" | tar xz -C . --strip-components=1 && \
25+
26+
curl -sL "https://github.com/directus/directus/archive/${DIRECTUS_VERSION}.tar.gz" | tar xz -C . --strip-components=1 && \
2727
curl -sL 'https://getcomposer.org/installer' | php && \
2828
php composer.phar install --no-dev --no-progress --prefer-dist && \
2929
mkdir -p /var/www/html/media /var/www/html/logs && \

0 commit comments

Comments
 (0)