mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Release 3.6.1 - See CHANGELOG.md
This commit is contained in:
@@ -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>
|
## 3.6.0 2022-11-21 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -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)"
|
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
|
||||||
|
|
||||||
### Set Environment Variables
|
### Set Environment Variables
|
||||||
@@ -116,7 +116,7 @@ RUN set -ex && \
|
|||||||
bzip2-dev \
|
bzip2-dev \
|
||||||
git \
|
git \
|
||||||
libarchive-dev \
|
libarchive-dev \
|
||||||
libressl-dev \
|
openssl-dev \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
@@ -131,7 +131,7 @@ RUN set -ex && \
|
|||||||
mariadb-client \
|
mariadb-client \
|
||||||
mariadb-connector-c \
|
mariadb-connector-c \
|
||||||
mongodb-tools \
|
mongodb-tools \
|
||||||
libressl \
|
openssl \
|
||||||
pigz \
|
pigz \
|
||||||
#postgresql \
|
#postgresql \
|
||||||
#postgresql-client \
|
#postgresql-client \
|
||||||
|
|||||||
Reference in New Issue
Block a user