Skip to content

Commit c07cadb

Browse files
author
edu
committed
Change version env variable name
1 parent 6d0036b commit c07cadb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM gcr.io/stacksmith-images/ubuntu:14.04-r07
33
MAINTAINER Bitnami <[email protected]>
44

55
ENV BITNAMI_APP_NAME=wordpress \
6-
BITNAMI_APP_VERSION=4.5.2 \
6+
BITNAMI_IMAGE_VERSION=4.5.2-r0 \
77
PATH=/opt/bitnami/php/bin:/opt/bitnami/drush:/opt/bitnami/mysql/bin/:$PATH
88

99
# Additional modules required

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ be sure to include the following information in your issue:
235235
- Host OS and version
236236
- Docker version (`docker version`)
237237
- 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)
239239
- The command you used to run the container, and any relevant output you saw (masking any sensitive
240240
information)
241241

0 commit comments

Comments
 (0)