Skip to content

Commit a8665d7

Browse files
committed
Release 6.4.9 - See CHANGELOG.md
1 parent fa570f9 commit a8665d7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 6.4.8 2024-01-23 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV NGINX_VERSION=${NGINX_VERSION:-"1.25.3"} \
1717

1818
RUN case "$(cat /etc/os-release | grep VERSION_ID | cut -d = -f 2 | cut -d . -f 1,2 | cut -d _ -f 1)" in \
1919
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 ;; \
20+
3.17* | 3.18* | 3.19* | 3.20* ) alpine_ssl=openssl ;; \
2121
*) : ;; \
2222
esac ; \
2323
source /assets/functions/00-container && \

0 commit comments

Comments
 (0)