Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2021-05-29 00:41:07 +0300
committerGitHub <noreply@github.com>2021-05-29 00:41:07 +0300
commit898f1917dceb55555d6ad9a4f53bfc34690e8343 (patch)
treef81013324b559d5d3659fce88b86bd28b612ea8f /acceptance-php7.3
parentb5a6edcddbffc7a576575050b13ba733cba09324 (diff)
New base image
Diffstat (limited to 'acceptance-php7.3')
-rw-r--r--acceptance-php7.3/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance-php7.3/Dockerfile b/acceptance-php7.3/Dockerfile
index 034ae46..dd65d33 100644
--- a/acceptance-php7.3/Dockerfile
+++ b/acceptance-php7.3/Dockerfile
@@ -1,4 +1,4 @@
-FROM ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-5
+FROM ghcr.io/nextcloud/continuous-integration-php7.3:php7.3-6
RUN apt-get update && apt-get install -y apache2 libapache2-mod-php7.3 && \
apt-get autoremove -y && apt-get autoclean && apt-get clean && \