Skip to content

Commit

Permalink
Bump versions: drush to 8.3.1, node to 12.x in web container, fixes d…
Browse files Browse the repository at this point in the history
  • Loading branch information
heddn authored and rfay committed Jan 15, 2020
1 parent 18c04b6 commit 92cb1c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions containers/ddev-webserver/Dockerfile
Expand Up @@ -4,7 +4,7 @@ ENV PHP_VERSIONS="php5.6 php7.0 php7.1 php7.2 php7.3 php7.4"
ENV PHP_DEFAULT_VERSION="7.2"
ENV PHP_INI=/etc/php/$PHP_DEFAULT_VERSION/fpm/php.ini

ENV DRUSH_VERSION=8.3.0
ENV DRUSH_VERSION=8.3.1
ENV DRUSH_LAUNCHER_VERSION=0.6.0
ENV DRUSH_LAUNCHER_FALLBACK=/usr/local/bin/drush8
ENV MAILHOG_VERSION=1.0.0
Expand Down Expand Up @@ -57,7 +57,7 @@ RUN apt-get -qq update && \
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
echo "deb http://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list && \
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
apt-get -qq update && \
apt-get -qq install --no-install-recommends --no-install-suggests -y \
less \
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Expand Up @@ -49,7 +49,7 @@ var DockerComposeFileFormatVersion = "3.6"
var WebImg = "drud/ddev-webserver"

// WebTag defines the default web image tag for drud dev
var WebTag = "20191025_mkcert_creation" // Note that this can be overridden by make
var WebTag = "20191104_heddn_drush_node_version" // Note that this can be overridden by make

// DBImg defines the default db image used for applications.
var DBImg = "drud/ddev-dbserver"
Expand Down

0 comments on commit 92cb1c9

Please sign in to comment.