New Wordpress 4.5.3 version
This commit is contained in:
parent
bc69460ce0
commit
b68600371f
|
|
@ -3,7 +3,7 @@ FROM gcr.io/stacksmith-images/ubuntu:14.04-r07
|
|||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_APP_NAME=wordpress \
|
||||
BITNAMI_IMAGE_VERSION=4.5.2-r0 \
|
||||
BITNAMI_IMAGE_VERSION=4.5.3-r0 \
|
||||
PATH=/opt/bitnami/php/bin:/opt/bitnami/drush:/opt/bitnami/mysql/bin/:$PATH
|
||||
|
||||
# Additional modules required
|
||||
|
|
@ -13,7 +13,7 @@ RUN bitnami-pkg install libphp-5.6.21-0 --checksum 8c1f994108eb17c69b00ac3861799
|
|||
RUN bitnami-pkg install mysql-client-10.1.13-1 --checksum e16c0ace5cb779b486e52af83a56367f26af16a25b4ab92d8f4293f1bf307107
|
||||
|
||||
# Install wordpress
|
||||
RUN bitnami-pkg unpack wordpress-4.5.2-0 --checksum 6908a643c55665564f1e5ee0c868de3c00e39231b4f90cee8511d379557cabac
|
||||
RUN bitnami-pkg unpack wordpress-4.5.3-0 --checksum 32f11d14b6c1394ffebd9134519554b0dd7a8d973971ac8df2e823a7528cc88d
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ services:
|
|||
image: 'bitnami/mariadb:latest'
|
||||
volumes:
|
||||
- 'mariadb_data:/bitnami/mariadb'
|
||||
application:
|
||||
wordpress:
|
||||
image: 'bitnami/wordpress:latest'
|
||||
ports:
|
||||
- '80:80'
|
||||
|
|
|
|||
Loading…
Reference in New Issue