File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- ARG version=3.3
1+ ARG version=3.4
22
3- FROM minidocks/base:3.19 AS v3.2
3+ FROM minidocks/base:3.21 AS v3.3
44
5- FROM minidocks/base:3.20 AS v3.3
5+ FROM minidocks/base:3.23 AS v3.4
66
77FROM v${version}
88LABEL maintainer="Martin Hasoň <martin.hason@gmail.com>"
Original file line number Diff line number Diff line change 1212
1313| Tag | Size |
1414| ----------------| --------------------------------------------------------------------------------------------------------------|
15- | latest, 3, 3.3 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/ruby/latest?style=flat-square&logo=docker&label=size ) |
15+ | latest, 3, 3.4 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/ruby/latest?style=flat-square&logo=docker&label=size ) |
1616| 3 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/ruby/3?style=flat-square&logo=docker&label=size ) |
17+ | 3.4 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/ruby/3.4?style=flat-square&logo=docker&label=size ) |
1718| 3.3 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/ruby/3.3?style=flat-square&logo=docker&label=size ) |
18- | 3.2 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/ruby/3.2?style=flat-square&logo=docker&label=size ) |
Original file line number Diff line number Diff line change 33
44image=" ${namespace:- minidocks} /ruby"
55versions="
6- 3.2;3.2
763.3;3.3
8- 3;3.3
9- latest;3.3
7+ 3.4;3.4
8+ 3;3.4
9+ latest;3.4
1010"
1111
1212build () {
You can’t perform that action at this time.
0 commit comments