Skip to content

Commit 16138e3

Browse files
committed
Update version map
1 parent 995adbb commit 16138e3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Dockerfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ RUN --mount=type=cache,id=alpine-apk-${ALPINE_VERSION},target=/var/cache/apk \
1717
sed -i "s|https://dl-cdn.alpinelinux.org|${MIRROR}|g" /etc/apk/repositories && \
1818
# setup suffix
1919
case "${PHP_VERSION}-${ALPINE_VERSION}" in \
20-
"8.4-edge"|"8.4-3.21") suffix=84;; \
21-
"8.3-edge"|"8.3-3.21"|"8.3-3.20"|"8.3-3.19") suffix=83;; \
22-
"8.2-edge"|"8.2-3.21"|"8.2-3.20"|"8.2-3.19"|"8.2-3.18") suffix=82;; \
23-
"8.1-edge"|"8.1-3.18"|"8.1-3.17"|"8.1-3.16") suffix=81;; \
20+
"8.4-edge"|"8.4-3.22"|"8.4-3.21") suffix=84;; \
21+
"8.3-edge"|"8.3-3.22"|"8.3-3.21"|"8.3-3.20"|"8.3-3.19") suffix=83;; \
22+
"8.2-edge"|"8.2-3.22"|"8.2-3.21"|"8.2-3.20"|"8.2-3.19"|"8.2-3.18") suffix=82;; \
23+
"8.1-3.18"|"8.1-3.17"|"8.1-3.16") suffix=81;; \
2424
"8.0-3.16"|"8.0-3.15") suffix=8;; \
2525
"7.4-3.15") suffix=7;; \
2626
*) echo "not supported php ${PHP_VERSION} on alpine ${ALPINE_VERSION}"; exit 1;; \
@@ -108,10 +108,10 @@ RUN --mount=type=cache,id=alpine-apk-${ALPINE_VERSION},target=/var/cache/apk \
108108
sed -i "s|https://dl-cdn.alpinelinux.org|${MIRROR}|g" /etc/apk/repositories && \
109109
# setup suffix
110110
case "${PHP_VERSION}-${ALPINE_VERSION}" in \
111-
"8.4-edge"|"8.4-3.21") suffix=84;; \
112-
"8.3-edge"|"8.3-3.21"|"8.3-3.20"|"8.3-3.19") suffix=83;; \
113-
"8.2-edge"|"8.2-3.21"|"8.2-3.20"|"8.2-3.19"|"8.2-3.18") suffix=82;; \
114-
"8.1-edge"|"8.1-3.18"|"8.1-3.17"|"8.1-3.16") suffix=81;; \
111+
"8.4-edge"|"8.4-3.22"|"8.4-3.21") suffix=84;; \
112+
"8.3-edge"|"8.3-3.22"|"8.3-3.21"|"8.3-3.20"|"8.3-3.19") suffix=83;; \
113+
"8.2-edge"|"8.2-3.22"|"8.2-3.21"|"8.2-3.20"|"8.2-3.19"|"8.2-3.18") suffix=82;; \
114+
"8.1-3.18"|"8.1-3.17"|"8.1-3.16") suffix=81;; \
115115
"8.0-3.16"|"8.0-3.15") suffix=8;; \
116116
"7.4-3.15") suffix=7;; \
117117
*) echo "not supported php ${PHP_VERSION} on alpine ${ALPINE_VERSION}"; exit 1;; \
@@ -238,10 +238,10 @@ RUN --mount=type=cache,id=alpine-apk-${ALPINE_VERSION},target=/var/cache/apk \
238238
set -eo pipefail && \
239239
# setup suffix
240240
case "${PHP_VERSION}-${ALPINE_VERSION}" in \
241-
"8.4-edge"|"8.4-3.21") suffix=84;; \
242-
"8.3-edge"|"8.3-3.21"|"8.3-3.20"|"8.3-3.19") suffix=83;; \
243-
"8.2-edge"|"8.2-3.21"|"8.2-3.20"|"8.2-3.19"|"8.2-3.18") suffix=82;; \
244-
"8.1-edge"|"8.1-3.18"|"8.1-3.17"|"8.1-3.16") suffix=81;; \
241+
"8.4-edge"|"8.4-3.22"|"8.4-3.21") suffix=84;; \
242+
"8.3-edge"|"8.3-3.22"|"8.3-3.21"|"8.3-3.20"|"8.3-3.19") suffix=83;; \
243+
"8.2-edge"|"8.2-3.22"|"8.2-3.21"|"8.2-3.20"|"8.2-3.19"|"8.2-3.18") suffix=82;; \
244+
"8.1-3.18"|"8.1-3.17"|"8.1-3.16") suffix=81;; \
245245
"8.0-3.16"|"8.0-3.15") suffix=8;; \
246246
"7.4-3.15") suffix=7;; \
247247
*) echo "not supported php ${PHP_VERSION} on alpine ${ALPINE_VERSION}"; exit 1;; \

0 commit comments

Comments
 (0)