2.3.8-ol-7-r9 release

This commit is contained in:
Bitnami Bot
2018-10-27 03:27:11 +00:00
parent 56aa38f86f
commit 00299222aa
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-runtimes:7-r121
FROM bitnami/oraclelinux-runtimes:7-r122
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@@ -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.8-ol-7-r8" \
BITNAMI_IMAGE_VERSION="2.3.8-ol-7-r9" \
PATH="/opt/bitnami/ruby/bin:$PATH"
EXPOSE 3000