From 9bf943de89817a32948954d39210d86cc66aff33 Mon Sep 17 00:00:00 2001 From: Pedro Filipe Date: Sat, 19 Jun 2021 00:12:32 -0300 Subject: [PATCH] upgrade latest to 3.14.0 --- README.md | 31 ++++++++++++++++++++++++++++++- build.sh | 37 ++++++++++++++----------------------- 2 files changed, 44 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 768906a..67822cb 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,14 @@ See more: [github.com/just-containers/s6-overlay](https://github.com/just-contai >`3.10.5` - Alpine Linux 3.10.5 +>`3.10.6` - Alpine Linux 3.10.6 + +>`3.10.7` - Alpine Linux 3.10.7 + +>`3.10.8` - Alpine Linux 3.10.8 + +>`3.10.9` - Alpine Linux 3.10.9 + `3.11.0` - Alpine Linux 3.11.0 @@ -110,6 +118,16 @@ See more: [github.com/just-containers/s6-overlay](https://github.com/just-contai >`3.11.6` - Alpine Linux 3.11.6 +>`3.11.7` - Alpine Linux 3.11.7 + +>`3.11.8` - Alpine Linux 3.11.8 + +>`3.11.9` - Alpine Linux 3.11.9 + +>`3.11.10` - Alpine Linux 3.11.10 + +>`3.11.11` - Alpine Linux 3.11.11 + `3.12.0` - Alpine Linux 3.12.0 @@ -119,6 +137,14 @@ See more: [github.com/just-containers/s6-overlay](https://github.com/just-contai >`3.12.3` - Alpine Linux 3.12.3 +>`3.12.4` - Alpine Linux 3.12.4 + +>`3.12.5` - Alpine Linux 3.12.5 + +>`3.12.6` - Alpine Linux 3.12.6 + +>`3.12.7` - Alpine Linux 3.12.7 + `3.13.0` - Alpine Linux 3.13.0 @@ -133,10 +159,13 @@ See more: [github.com/just-containers/s6-overlay](https://github.com/just-contai >`3.13.5` - Alpine Linux 3.13.5 +`3.14.0` - Alpine Linux 3.14.0 + + `edge` - Alpine Linux Edge -`latest` - Alpine Linux 3.13.5 +`latest` - Alpine Linux 3.14.0 `docker run -it xpecex/alpine-s6:` diff --git a/build.sh b/build.sh index 8602d0d..8ff42e2 100755 --- a/build.sh +++ b/build.sh @@ -2,29 +2,20 @@ # RELEASES LIST RELEASES=( - "3.10.0" - "3.10.1" - "3.10.2" - "3.10.3" - "3.10.4" - "3.10.5" - "3.11.0" - "3.11.1" - "3.11.2" - "3.11.3" - "3.11.4" - "3.11.5" - "3.11.6" - "3.12.0" - "3.12.1" - "3.12.2" - "3.12.3" - "3.13.0" - "3.13.1" - "3.13.2" - "3.13.3" - "3.13.4" - "3.13.5" + "3.10.6" + "3.10.7" + "3.10.8" + "3.10.9" + "3.11.7" + "3.11.8" + "3.11.9" + "3.11.10" + "3.11.11" + "3.12.4" + "3.12.5" + "3.12.6" + "3.12.7" + "3.14.0" "edge" ) LATEST_STABLE="$(curl -sL https://alpinelinux.org/downloads/ | sed -n 's:.*\(.*\).*:\1:p' )"