2.5.1-r46 release
This commit is contained in:
parent
f4733ac02e
commit
d5cc5c8159
|
|
@ -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.5.1-r45" \
|
||||
BITNAMI_IMAGE_VERSION="2.5.1-r46" \
|
||||
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.5.1-r45" \
|
||||
BITNAMI_IMAGE_VERSION="2.5.1-r46" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
CMD ["irb"]
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ $ docker-compose up -d
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`2.5`, `2.5.1-r45`, `latest` (2.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-r45/2.5/Dockerfile)
|
||||
* [`2.5`, `2.5.1-r46`, `latest` (2.5/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.5.1-r46/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-r43` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.4.4-r43/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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue