Skip to content

Commit

Permalink
Add Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed May 28, 2024
1 parent c1605aa commit 578ddcb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG version=3.2

FROM minidocks/base:3.17 AS v3.1
ARG version=3.3

FROM minidocks/base:3.19 AS v3.2

FROM minidocks/base:3.20 AS v3.3

FROM v${version}
LABEL maintainer="Martin Hasoň <martin.hason@gmail.com>"

Expand Down
4 changes: 2 additions & 2 deletions ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Tags

| Tag | Size |
|----------------|--------------------------------------------------------------------------------------------------------------|
| latest, 3, 3.2 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/latest?style=flat-square&logo=docker&label=size) |
| latest, 3, 3.3 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/latest?style=flat-square&logo=docker&label=size) |
| 3 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/3?style=flat-square&logo=docker&label=size) |
| 3.3 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/3.3?style=flat-square&logo=docker&label=size) |
| 3.2 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/3.2?style=flat-square&logo=docker&label=size) |
| 3.1 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/3.1?style=flat-square&logo=docker&label=size) |
6 changes: 3 additions & 3 deletions ruby/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ set -e

image="${namespace:-minidocks}/ruby"
versions="
3.1;3.1
3.2;3.2
3;3.2
latest;3.2
3.3;3.3
3;3.3
latest;3.3
"

build() {
Expand Down

0 comments on commit 578ddcb

Please sign in to comment.