2.3.7-debian-9-r61 release

This commit is contained in:
Bitnami Bot
2018-09-15 08:09:50 +00:00
parent e5fca475ca
commit 6f2907c694
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.3.7-debian-9-r60" \
BITNAMI_IMAGE_VERSION="2.3.7-debian-9-r61" \
PATH="/opt/bitnami/ruby/bin:$PATH"
EXPOSE 3000

View File

@@ -1,5 +1,5 @@
FROM bitnami/ruby:2.3.7-debian-9-r60 as development
FROM bitnami/ruby:2.3.7-debian-9-r61 as development
FROM bitnami/minideb:stretch
LABEL maintainer "Bitnami <containers@bitnami.com>"
@@ -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.3.7-debian-9-r60" \
BITNAMI_IMAGE_VERSION="2.3.7-debian-9-r61" \
PATH="/opt/bitnami/ruby/bin:$PATH"
CMD [ "irb" ]