From 1c561cf09b813d34cda3748ae9ac9dcf38b4e864 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 13 Jan 2022 21:50:08 +0000 Subject: [PATCH] 9.3.2-0-debian-10-r34 release --- bitnami/jruby/9.3/debian-10/Dockerfile | 4 +++- bitnami/jruby/README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bitnami/jruby/9.3/debian-10/Dockerfile b/bitnami/jruby/9.3/debian-10/Dockerfile index 83da9c3ffdcd..c5e6745bf8c4 100644 --- a/bitnami/jruby/9.3/debian-10/Dockerfile +++ b/bitnami/jruby/9.3/debian-10/Dockerfile @@ -24,12 +24,14 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac echo "9c676eea18180151b444f328606e5e37b10929886d5c57e304808a0f32b47fd0 /tmp/bitnami/pkg/cache/jruby-9.3.2-0-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ tar -zxf /tmp/bitnami/pkg/cache/jruby-9.3.2-0-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ rm -rf /tmp/bitnami/pkg/cache/jruby-9.3.2-0-4-linux-amd64-debian-10.tar.gz +RUN apt-get update && apt-get upgrade -y && \ + rm -r /var/lib/apt/lists /var/cache/apt/archives RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \ sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs && \ sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password ENV BITNAMI_APP_NAME="jruby" \ - BITNAMI_IMAGE_VERSION="9.3.2-0-debian-10-r33" \ + BITNAMI_IMAGE_VERSION="9.3.2-0-debian-10-r34" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/java/bin:/opt/bitnami/jruby/bin:$PATH" EXPOSE 3000 diff --git a/bitnami/jruby/README.md b/bitnami/jruby/README.md index 1f8dc7508347..b24c2fcfd832 100644 --- a/bitnami/jruby/README.md +++ b/bitnami/jruby/README.md @@ -37,7 +37,7 @@ $ docker-compose up -d Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`9.3`, `9.3-debian-10`, `9.3.2-0`, `9.3.2-0-debian-10-r33`, `latest` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.2-0-debian-10-r33/9.3/debian-10/Dockerfile) +* [`9.3`, `9.3-debian-10`, `9.3.2-0`, `9.3.2-0-debian-10-r34`, `latest` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.2-0-debian-10-r34/9.3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/jruby GitHub repo](https://github.com/bitnami/bitnami-docker-jruby).