We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1d950 commit 68174c0Copy full SHA for 68174c0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 3.9.2 2023-05-10 <dave at tiredofit dot ca>
2
+
3
+ ### Changed
4
+ - Alpine 3.18 base
5
6
7
## 3.9.1 2023-05-03 <dave at tiredofit dot ca>
8
9
### Changed
Dockerfile
@@ -1,4 +1,7 @@
-FROM docker.io/tiredofit/alpine:3.17
+ARG DISTRO=alpine
+ARG DISTRO_VARIANT=3.18
+FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
### Set Environment Variables
0 commit comments