Skip to content

Commit

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

### Added
- Alpine 3.17 base
- Switch to OpenSSL from LibreSSL


## 2.6.0 2022-11-10 <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)"

ARG CLAMAV_VERSION
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN source /assets/functions/00-container && \
json-c-dev \
libmspack-dev \
libmilter-dev \
libressl-dev \
openssl-dev \
libxml2-dev \
linux-headers \
ncurses-dev \
Expand Down

0 comments on commit 5eea321

Please sign in to comment.