2.4.4-r51 release

This commit is contained in:
Bitnami Bot
2018-06-21 04:29:45 +00:00
parent 2f57b88a73
commit 4b6ea36bf4
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.4.4-r50" \
BITNAMI_IMAGE_VERSION="2.4.4-r51" \
PATH="/opt/bitnami/ruby/bin:$PATH"
EXPOSE 3000