Release 3.6.1 - See CHANGELOG.md

This commit is contained in:
dave@tiredofit.ca
2022-11-23 07:44:28 -08:00
parent 89b6176188
commit fd3b9c5fa0
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
## 3.6.1 2022-11-23 <dave at tiredofit dot ca>
### Added
- Switch to Alpine 3.17 base
- Switch to OpenSSL instead of LibreSSL
## 3.6.0 2022-11-21 <dave at tiredofit dot ca>
### Added

View File

@@ -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 \