Skip to content

Commit

Permalink
Release 6.4.9 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jan 23, 2024
1 parent fa570f9 commit a8665d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.4.9 2024-01-23 <dave at tiredofit dot ca>

### Changed
- Restore Alpine Edge builds


## 6.4.8 2024-01-23 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV NGINX_VERSION=${NGINX_VERSION:-"1.25.3"} \

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

0 comments on commit a8665d7

Please sign in to comment.