File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM gcr.io/stacksmith-images/ubuntu:14.04-r07
3
3
MAINTAINER Bitnami <
[email protected] >
4
4
5
5
ENV BITNAMI_APP_NAME=wordpress \
6
- BITNAMI_APP_VERSION =4.5.2 \
6
+ BITNAMI_IMAGE_VERSION =4.5.2-r0 \
7
7
PATH=/opt/bitnami/php/bin:/opt/bitnami/drush:/opt/bitnami/mysql/bin/:$PATH
8
8
9
9
# Additional modules required
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ be sure to include the following information in your issue:
235
235
- Host OS and version
236
236
- Docker version (` docker version ` )
237
237
- Output of ` docker info `
238
- - Version of this container (` echo $BITNAMI_APP_VERSION ` inside the container)
238
+ - Version of this container (` echo $BITNAMI_IMAGE_VERSION ` inside the container)
239
239
- The command you used to run the container, and any relevant output you saw (masking any sensitive
240
240
information)
241
241
You can’t perform that action at this time.
0 commit comments