Skip to content

Commit

Permalink
Remove unsupported Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Mar 24, 2024
1 parent 4e86b88 commit 596874b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
ARG version=3.2

FROM minidocks/base:3.15 AS v3.0

FROM minidocks/base:3.17 AS v3.1

FROM minidocks/base:3.19 AS v3.2
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Ruby docker image ([minidocks/ruby](https://hub.docker.com/r/minidocks/node))

![](https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Ruby_logo.svg/100px-Ruby_logo.svg.png)

Ruby is a dynamic, open source programming language with a focus on simplicity
and productivity. It has an elegant syntax that is natural to read and easy to
write.
[Ruby](https://www.ruby-lang.org) is a dynamic, open source programming language
with a focus on simplicity and productivity. It has an elegant syntax that is
natural to read and easy to write.

Tags
----
Expand All @@ -16,4 +16,3 @@ Tags
| 3 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/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) |
| 3.0 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/3.0?style=flat-square&logo=docker&label=size) |
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -e

image="${namespace:-minidocks}/ruby"
versions="
3.0;3.0
3.1;3.1
3.2;3.2
3;3.2
Expand Down

0 comments on commit 596874b

Please sign in to comment.