From ed501166c1d1d2bc42e44ed968da8ccf72cecd68 Mon Sep 17 00:00:00 2001 From: Eduardo Alvarez Fernandez <eduardo.alvarez.fernandez@cern.ch> Date: Wed, 27 May 2020 22:58:23 +0000 Subject: [PATCH] Change DRUPAL_VERSION envvar --- Dockerfile | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f004708d6..5e99845b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER drupal-admins@cern.ch # Set the Drush version. ENV DRUSH_VERSION 8.1.17 -ENV DRUPAL_VERSION 8.8.4 +ENV DRUPAL_VERSION 8.8.6 RUN yum clean all \ && yum install -y centos-release-scl \ diff --git a/README.md b/README.md index d378f30a5..74c166052 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Update version in Dockerfile ## Update image +Two actions: sync code with previous command and change DRUPAL_VERSION variable on Dockerfile + - Commit changes to master Sometime you can have permissions problems like: -- GitLab