Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Nov 26, 2021
1 parent 259f868 commit 2e782e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG version=2.6
ARG version=3.0

FROM minidocks/base:3.7 AS v2.4
FROM minidocks/base:3.11 AS v2.6

FROM minidocks/base:3.10 AS v2.5
FROM minidocks/base:3.14 AS v2.7

FROM minidocks/base AS v2.6
FROM minidocks/base:3.15 AS v3.0

FROM v${version}
LABEL maintainer="Martin Hasoň <[email protected]>"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Tags

Tag | Size
--- | ----
latest, 2.6 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/latest?style=flat-square&logo=docker&label=size)
latest, 3.0 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/latest?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)
2.7 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/2.7?style=flat-square&logo=docker&label=size)
2.6 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/2.6?style=flat-square&logo=docker&label=size)
2.5 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/2.5?style=flat-square&logo=docker&label=size)
2.4 | ![](https://img.shields.io/docker/image-size/minidocks/ruby/2.4?style=flat-square&logo=docker&label=size)

0 comments on commit 2e782e0

Please sign in to comment.