Skip to content

Commit

Permalink
update alpine to 3.18 and clamav to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Poher committed Aug 21, 2023
1 parent 1cd6c25 commit 81d86c4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=1.0.0
VERSION=v1.1.0
CLAMAV_TCPADDRESS=0.0.0.0
CLAMAV_TCPPORT=3310
CLAMAV_TCPPORT=3310
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.18

LABEL maintainer = "Sébastien Poher <sebastien.poher@probesys.com>"
LABEL name = "ClamAV dockerized for AgentJ SaaS"
Expand All @@ -9,13 +9,13 @@ RUN apk --no-cache add \
bzip2 \
ca-certificates \
cabextract \
"clamav>=0.105.2-r0" \
"clamav-clamdscan>=0.105.2-r0" \
"clamav-db>=0.105.2-r0" \
"clamav-daemon>=0.105.2-r0" \
"clamav-libunrar>=0.105.2-r0" \
"clamav-milter>=0.105.2-r0" \
"clamav-scanner>=0.105.2-r0" \
"clamav>=1.1.0-r0" \
"clamav-clamdscan>=1.1.0-r0" \
"clamav-db>=1.1.0-r0" \
"clamav-daemon>=1.1.0-r0" \
"clamav-libunrar>=1.1.0-r0" \
"clamav-milter>=1.1.0-r0" \
"clamav-scanner>=1.1.0-r0" \
cpio \
dcron \
file \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
env_file:
- .env
ports:
- 3310:3310
- 3310:3310

0 comments on commit 81d86c4

Please sign in to comment.