We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa570f9 commit a8665d7Copy full SHA for a8665d7
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.4.9 2024-01-23 <dave at tiredofit dot ca>
2
+
3
+ ### Changed
4
+ - Restore Alpine Edge builds
5
6
7
## 6.4.8 2024-01-23 <dave at tiredofit dot ca>
8
9
### Added
Dockerfile
@@ -17,7 +17,7 @@ ENV NGINX_VERSION=${NGINX_VERSION:-"1.25.3"} \
17
18
RUN case "$(cat /etc/os-release | grep VERSION_ID | cut -d = -f 2 | cut -d . -f 1,2 | cut -d _ -f 1)" in \
19
3.5 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14 | 3.15 | 3.16 ) alpine_ssl=libressl ;; \
20
- 3.17* | 3.18* | 3.19* ) alpine_ssl=openssl ;; \
+ 3.17* | 3.18* | 3.19* | 3.20* ) alpine_ssl=openssl ;; \
21
*) : ;; \
22
esac ; \
23
source /assets/functions/00-container && \
0 commit comments