We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c7fa9 commit c6f29e0Copy full SHA for c6f29e0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.6-7.6.6 2023-12-08 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Change base image to tiredofit/alpine:3.19
5
6
7
## 2.6-7.6.5 2023-12-04 <dave at tiredofit dot ca>
8
9
### Changed
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