We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fd1b2 commit 407b059Copy full SHA for 407b059
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 7.2.1 2023-12-08 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Change base image to tiredofit/alpine:3.19
5
6
7
## 7.2.0 2023-11-22 <rezytijo@github>
8
9
### Added
Dockerfile
@@ -1,5 +1,5 @@
ARG DISTRO="alpine"
-ARG DISTRO_VARIANT="3.18"
+ARG DISTRO_VARIANT="3.19"
FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
0 commit comments