2.4.4-r45 release
This commit is contained in:
parent
b480f0491c
commit
7d75cd5ca2
|
|
@ -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.4.4-r44" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.4-r45" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -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.4.4-r44" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.4-r45" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
CMD ["irb"]
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ $ docker-compose up -d
|
|||
|
||||
* [`2.5`, `2.5.1-r47`, `latest` (2.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-r47/2.5/Dockerfile)
|
||||
* [`2.5-ol-7`, `2.5.1-ol-7-r0` (2.5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-ol-7-r0/2.5/ol-7/Dockerfile)
|
||||
* [`2.4`, `2.4.4-r44` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.4-r44/2.4/Dockerfile)
|
||||
* [`2.4`, `2.4.4-r45` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.4-r45/2.4/Dockerfile)
|
||||
* [`2.4-ol-7`, `2.4.4-ol-7-r0` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.4-ol-7-r0/2.4/ol-7/Dockerfile)
|
||||
* [`2.3`, `2.3.7-r45` (2.3/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.3.7-r45/2.3/Dockerfile)
|
||||
* [`2.3-ol-7`, `2.3.7-ol-7-r0` (2.3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.3.7-ol-7-r0/2.3/ol-7/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue