From eeba57a9773356680c4c0ad44d79fd904fa54edd Mon Sep 17 00:00:00 2001 From: pgarces <37547687+pgarcess@users.noreply.github.com> Date: Thu, 28 Jan 2021 16:25:27 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e9ed3a7..2019b57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM php:7.2-apache -ENV WORDPRESS_VERSION=5.5.1 -ENV WOOCOMMERCE_VERSION=4.5.1 +ENV WORDPRESS_VERSION=5.6 +ENV WOOCOMMERCE_VERSION=4.9.1 RUN cd /tmp \ && curl https://es.wordpress.org/wordpress-$WORDPRESS_VERSION-es_ES.tar.gz -o $WORDPRESS_VERSION-es_ES.tar.gz \