diff --git a/bitnami/jruby/9.3/debian-10/Dockerfile b/bitnami/jruby/9.3/debian-10/Dockerfile index 09f3fde10bbc..f78591f40826 100644 --- a/bitnami/jruby/9.3/debian-10/Dockerfile +++ b/bitnami/jruby/9.3/debian-10/Dockerfile @@ -29,7 +29,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /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.1-0-debian-10-r33" \ + BITNAMI_IMAGE_VERSION="9.3.1-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 fee4487b514f..71c7905c276f 100644 --- a/bitnami/jruby/README.md +++ b/bitnami/jruby/README.md @@ -37,8 +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.1-0`, `9.3.1-0-debian-10-r33` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.1-0-debian-10-r33/9.3/debian-10/Dockerfile) -* [`9.2`, `9.2-debian-10`, `9.2.20-0`, `9.2.20-0-debian-10-r13`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.20-0-debian-10-r13/9.2/debian-10/Dockerfile) +* [`9.3`, `9.3-debian-10`, `9.3.1-0`, `9.3.1-0-debian-10-r34`, `latest` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.1-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). @@ -59,7 +58,7 @@ $ docker pull bitnami/jruby:[TAG] If you wish, you can also build the image yourself. ```console -$ docker build -t bitnami/jruby:latest 'https://github.com/bitnami/bitnami-docker-jruby.git#master:9.2/debian-10' +$ docker build -t bitnami/jruby:latest 'https://github.com/bitnami/bitnami-docker-jruby.git#master:9.3/debian-10' ``` ## Entering the JRuby Interactive Console diff --git a/bitnami/jruby/docker-compose.yml b/bitnami/jruby/docker-compose.yml index 07ab33a4a238..372fc11d4f7a 100644 --- a/bitnami/jruby/docker-compose.yml +++ b/bitnami/jruby/docker-compose.yml @@ -3,7 +3,7 @@ version: '2' services: jruby: tty: true # Enables debugging capabilities when attached to this container. - image: docker.io/bitnami/jruby:9.2 + image: docker.io/bitnami/jruby:9.3 # command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000' ports: - 3000:3000