2.5.1-r59 release

This commit is contained in:
Bitnami Bot
2018-06-27 03:49:34 +00:00
parent 986cf63fa1
commit 8362aeed87
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN /opt/bitnami/ruby/bin/gem install bundler
ENV BITNAMI_APP_NAME="ruby" \
BITNAMI_IMAGE_VERSION="2.5.1-r58" \
BITNAMI_IMAGE_VERSION="2.5.1-r59" \
PATH="/opt/bitnami/ruby/bin:$PATH"
EXPOSE 3000