2.3.8-ol-7-r122 release

This commit is contained in:
Bitnami Bot
2019-03-07 08:29:23 +00:00
parent 2ae56044bc
commit 26b57cd9b6
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-runtimes:7-r252
FROM bitnami/oraclelinux-runtimes:7-r253
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-r121" \
BITNAMI_IMAGE_VERSION="2.3.8-ol-7-r122" \
PATH="/opt/bitnami/ruby/bin:$PATH"
EXPOSE 3000