From fd3b9c5fa0f49a9e76d72b2ab70cf3e9f4cfe7f4 Mon Sep 17 00:00:00 2001 From: "dave@tiredofit.ca" Date: Wed, 23 Nov 2022 07:44:28 -0800 Subject: [PATCH] Release 3.6.1 - See CHANGELOG.md --- CHANGELOG.md | 7 +++++++ Dockerfile | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba44a6..1f2ae60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 3.6.1 2022-11-23 + + ### Added + - Switch to Alpine 3.17 base + - Switch to OpenSSL instead of LibreSSL + + ## 3.6.0 2022-11-21 ### Added diff --git a/Dockerfile b/Dockerfile index 9530413..904f0cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/tiredofit/alpine:3.16 +FROM docker.io/tiredofit/alpine:3.17 LABEL maintainer="Dave Conroy (github.com/tiredofit)" ### Set Environment Variables @@ -116,7 +116,7 @@ RUN set -ex && \ bzip2-dev \ git \ libarchive-dev \ - libressl-dev \ + openssl-dev \ libffi-dev \ python3-dev \ py3-pip \ @@ -131,7 +131,7 @@ RUN set -ex && \ mariadb-client \ mariadb-connector-c \ mongodb-tools \ - libressl \ + openssl \ pigz \ #postgresql \ #postgresql-client \