2.3.8-debian-9-r85 release
This commit is contained in:
parent
bce4422d17
commit
28054eb96d
|
|
@ -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-debian-9-r84" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.8-debian-9-r85" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
FROM bitnami/ruby:2.3.8-debian-9-r84 as development
|
||||
FROM bitnami/ruby:2.3.8-debian-9-r85 as development
|
||||
|
||||
FROM bitnami/minideb:stretch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
|
@ -7,7 +7,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|||
COPY --from=development /opt/bitnami/ruby /opt/bitnami/ruby
|
||||
|
||||
ENV BITNAMI_APP_NAME="ruby" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.8-debian-9-r84" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.8-debian-9-r85" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
CMD [ "irb" ]
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
* [`2.4-ol-7`, `2.4.5-ol-7-r79` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.5-ol-7-r79/2.4/ol-7/Dockerfile)
|
||||
* [`2.4-debian-9`, `2.4.5-debian-9-r83`, `2.4`, `2.4.5`, `2.4.5-r83` (2.4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.5-debian-9-r83/2.4/debian-9/Dockerfile)
|
||||
* [`2.3-ol-7`, `2.3.8-ol-7-r80` (2.3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.3.8-ol-7-r80/2.3/ol-7/Dockerfile)
|
||||
* [`2.3-debian-9`, `2.3.8-debian-9-r84`, `2.3`, `2.3.8`, `2.3.8-r84` (2.3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.3.8-debian-9-r84/2.3/debian-9/Dockerfile)
|
||||
* [`2.3-debian-9`, `2.3.8-debian-9-r85`, `2.3`, `2.3.8`, `2.3.8-r85` (2.3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.3.8-debian-9-r85/2.3/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/ruby GitHub repo](https://github.com/bitnami/bitnami-docker-ruby).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue