Skip to content

Commit fd3b9c5

Browse files
committed
Release 3.6.1 - See CHANGELOG.md
1 parent 89b6176 commit fd3b9c5

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.6.1 2022-11-23 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Switch to Alpine 3.17 base
5+
- Switch to OpenSSL instead of LibreSSL
6+
7+
18
## 3.6.0 2022-11-21 <dave at tiredofit dot ca>
29

310
### Added

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/tiredofit/alpine:3.16
1+
FROM docker.io/tiredofit/alpine:3.17
22
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
33

44
### Set Environment Variables
@@ -116,7 +116,7 @@ RUN set -ex && \
116116
bzip2-dev \
117117
git \
118118
libarchive-dev \
119-
libressl-dev \
119+
openssl-dev \
120120
libffi-dev \
121121
python3-dev \
122122
py3-pip \
@@ -131,7 +131,7 @@ RUN set -ex && \
131131
mariadb-client \
132132
mariadb-connector-c \
133133
mongodb-tools \
134-
libressl \
134+
openssl \
135135
pigz \
136136
#postgresql \
137137
#postgresql-client \

0 commit comments

Comments
 (0)