2.2.10-debian-9-r1 release

This commit is contained in:
Bitnami Bot
2018-07-09 05:42:39 +00:00
parent 2cff149908
commit 2642323b70
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.2.10-debian-9-r0" \
BITNAMI_IMAGE_VERSION="2.2.10-debian-9-r1" \
PATH="/opt/bitnami/ruby/bin:$PATH"
EXPOSE 3000

View File

@@ -7,7 +7,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=development /opt/bitnami/ruby /opt/bitnami/ruby
ENV BITNAMI_APP_NAME="ruby" \
BITNAMI_IMAGE_VERSION="2.2.10-debian-9-r0" \
BITNAMI_IMAGE_VERSION="2.2.10-debian-9-r1" \
PATH="/opt/bitnami/ruby/bin:$PATH"
CMD ["irb"]