Skip to content

Commit

Permalink
Release 7.3.2 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Oct 3, 2024
1 parent 653b8b6 commit 0923a3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 7.3.2 2024-10-03 <dave at tiredofit dot ca>

### Changed
- Fix invalid escape sequence errors #107 - Credit juchong@github
- Pin to tiredofit/alpine:3.20-7.10.15


## 7.3.1 2024-06-24 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DISTRO="alpine"
ARG DISTRO_VARIANT="3.20"

FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}-7.10.15
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

ENV CONTAINER_ENABLE_MESSAGING=FALSE \
Expand Down

0 comments on commit 0923a3a

Please sign in to comment.