File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- FROM docker.io/tiredofit/alpine:3.16
1+ FROM docker.io/tiredofit/alpine:3.17
22LABEL 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 \
You can’t perform that action at this time.
0 commit comments