File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 16-3.2.11 2023-12-08 <dave at tiredofit dot ca >
2+
3+ ### Added
4+ - Change base image to tiredofit/alpine:3.19
5+ - Zabbix Plugin 6.4.9
6+
7+
18## 16-3.2.10 2023-11-15 <dave at tiredofit dot ca >
29
310 ### Changed
Original file line number Diff line number Diff line change 11ARG DISTRO="alpine"
2- ARG DISTRO_VARIANT="3.18 "
2+ ARG DISTRO_VARIANT="3.19 "
33
44FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
55LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66
77ARG POSTGRES_VERSION
88ARG POSTGRES_ZABBIX_PLUGIN_VERSION
99ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"16.1" } \
10- POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.8 " } \
10+ POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.9 " } \
1111 CONTAINER_ENABLE_MESSAGING=FALSE \
1212 IMAGE_NAME="tiredofit/postgres" \
1313 IMAGE_REPO_URL="https://github.com/tiredofit/docker-postgres/"
You can’t perform that action at this time.
0 commit comments