We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0923a3a commit 53b35e2Copy full SHA for 53b35e2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 7.3.3 2024-12-07 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Pin to tiredofit/alpine:3.21-7.10.24
5
6
7
## 7.3.2 2024-10-03 <dave at tiredofit dot ca>
8
9
### Changed
Dockerfile
@@ -1,7 +1,7 @@
ARG DISTRO="alpine"
-ARG DISTRO_VARIANT="3.20"
+ARG DISTRO_VARIANT="3.21"
-FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}-7.10.15
+FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}-7.10.24
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
ENV CONTAINER_ENABLE_MESSAGING=FALSE \
0 commit comments