2.6.1-ol-7-r29 release

This commit is contained in:
Bitnami Bot
2019-03-07 08:31:15 +00:00
parent eef14079d7
commit f5243252cf
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.6.1-ol-7-r28" \
BITNAMI_IMAGE_VERSION="2.6.1-ol-7-r29" \
PATH="/opt/bitnami/ruby/bin:$PATH"
EXPOSE 3000