Skip to content

Commit

Permalink
Release 6.9.2 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Nov 23, 2022
1 parent b89b755 commit 8ec7834
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.9.2 2022-11-23 <dave at tiredofit dot ca>

### Added
- Alpine 3.17 base


## 6.9.1 2022-10-27 <dave at tiredofit dot ca>

### Added
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/tiredofit/alpine:3.16
FROM docker.io/tiredofit/alpine:3.17
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

### Set Environment Variables
Expand Down Expand Up @@ -51,4 +51,4 @@ RUN set -x && \
rm -rf /var/cache/apk/*

### Add Files
ADD install /
COPY install /

0 comments on commit 8ec7834

Please sign in to comment.