Changelog entry

This commit is contained in:
FloatingGhost 2023-08-01 11:51:26 +01:00
parent b124a09d2b
commit 1de2ecc40f
2 changed files with 12 additions and 1 deletions

View File

@ -14,11 +14,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- ARM64 OTP builds - ARM64 OTP builds
- Ubuntu22 builds are available for develop and stable - Ubuntu22 builds are available for develop and stable
- other distributions are stable only - other distributions are stable only
- Support for Elixir 1.15
- 1.14 is still supported
## Changed ## Changed
- Alpine OTP builds are now from alpine 3.18, which is SSLv3 compatible. - Alpine OTP builds are now from alpine 3.18, which is SSLv3 compatible.
If you use alpine OTP builds you will have to update your local system. If you use alpine OTP builds you will have to update your local system.
- Debian OTP builds are now from a base of bookwork, which is SSLv3 compatible.
If you use debian OTP builds you will have to update your local system to
bookworm (currently: stable).
## Fixed ## Fixed
@ -30,6 +35,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add `no_new_privs` hardening to OpenRC and systemd service files - Add `no_new_privs` hardening to OpenRC and systemd service files
## Removed
- Builds for debian oldstable (bullseye)
- If you are on oldstable you should NOT attempt to update OTP builds without
first updating your machine.
## 2023.05 ## 2023.05
## Added ## Added

View File

@ -1,4 +1,4 @@
FROM hexpm/elixir:1.14.3-erlang-25.2.2-alpine-3.18.0 FROM hexpm/elixir:1.15.4-erlang-25.3.2.5-alpine-3.18.2
ENV MIX_ENV=prod ENV MIX_ENV=prod
ENV ERL_EPMD_ADDRESS=127.0.0.1 ENV ERL_EPMD_ADDRESS=127.0.0.1