Skip to content

Commit 68174c0

Browse files
committed
Release 3.9.2 - See CHANGELOG.md
1 parent fd1d950 commit 68174c0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 3.9.1 2023-05-03 <dave at tiredofit dot ca>
28

39
### Changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM docker.io/tiredofit/alpine:3.17
1+
ARG DISTRO=alpine
2+
ARG DISTRO_VARIANT=3.18
3+
4+
FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
25
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
36

47
### Set Environment Variables

0 commit comments

Comments
 (0)