Skip to content

Commit

Permalink
Update alpine versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 6, 2024
1 parent 47a61b1 commit 8cf6e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

| Image | Upstream (base image) | Versions |
|-------------------|-----------------------|---------------------------------------|
| [wodby/alpine] | [alpine] | `3.20`, `3.19`, `3.18`, `3.17` |
| [wodby/alpine] | [alpine] | `3.21`, `3.20`, `3.19`, `3.18` |
| [wodby/apache] | [_/httpd] | `2.4` |
| [wodby/memcached] | [_/memcached] | `1` |
| [wodby/node] | [node] | `22`, `20`, `18` |
Expand Down
2 changes: 1 addition & 1 deletion images/alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

. ../update.sh

update_from_base_image "wodby/alpine" "3.20 3.19 3.18 3.17"
update_from_base_image "wodby/alpine" "3.21 3.20 3.19 3.18"

0 comments on commit 8cf6e5a

Please sign in to comment.