2.1.10-r49 release
This commit is contained in:
parent
57c7250808
commit
93cf130167
|
|
@ -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.1.10-r48" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.10-r49" \
|
||||
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.1.10-r48" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.10-r49" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
CMD ["irb"]
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ $ docker-compose up -d
|
|||
* [`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)
|
||||
* [`2.2`, `2.2.10-r41` (2.2/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.2.10-r41/2.2/Dockerfile)
|
||||
* [`2.2-ol-7`, `2.2.10-ol-7-r0` (2.2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.2.10-ol-7-r0/2.2/ol-7/Dockerfile)
|
||||
* [`2.1`, `2.1.10-r48` (2.1/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.1.10-r48/2.1/Dockerfile)
|
||||
* [`2.1`, `2.1.10-r49` (2.1/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.1.10-r49/2.1/Dockerfile)
|
||||
* [`2.1-ol-7`, `2.1.10-ol-7-r0` (2.1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ruby/blob/2.1.10-ol-7-r0/2.1/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/ruby GitHub repo](https://github.com/bitnami/bitnami-docker-ruby).
|
||||
|
|
|
|||
Loading…
Reference in New Issue