Skip to content

Commit faa000f

Browse files
committed
Release 16-3.2.19 - See CHANGELOG.md
1 parent 605941c commit faa000f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 16-3.2.19 2025-02-04 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Pin to tiredofit/alpine:7.10.28
5+
- Zabbix Postgresql plugin 7.0.8
6+
7+
18
## 16-3.2.18 2024-12-05 <dave at tiredofit dot ca>
29

310
### Added

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ARG DISTRO="alpine"
2-
ARG DISTRO_VARIANT="3.21"
2+
ARG DISTRO_VARIANT="3.21-7.10.28"
33

44
FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
55
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66

77
ARG POSTGRES_VERSION
88
ARG POSTGRES_ZABBIX_PLUGIN_VERSION
99
ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"16.6"} \
10-
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"7.0.5"} \
10+
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"7.0.8"} \
1111
CONTAINER_ENABLE_MESSAGING=FALSE \
1212
IMAGE_NAME="tiredofit/postgres" \
1313
IMAGE_REPO_URL="https://github.com/tiredofit/docker-postgres/"

0 commit comments

Comments
 (0)