2.1.10-r19 release

Update image to version 2.1.10-r19
This commit is contained in:
Bitnami Bot
2018-05-04 06:10:10 +00:00
parent 064e933fbf
commit c7fd8dd6f9
3 changed files with 3 additions and 3 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.1.10-r18" \
BITNAMI_IMAGE_VERSION="2.1.10-r19" \
PATH="/opt/bitnami/ruby/bin:$PATH"
EXPOSE 3000