Skip to content

Commit

Permalink
v4.1.4 (#129)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
* Updating to ClamAV 1.2.2
* Supporting new globbing
  • Loading branch information
bfren committed Feb 15, 2024
1 parent 63ecc3b commit 596228e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 0.104/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.16-5.1.3
FROM bfren/alpine-s6:alpine3.16-5.1.4

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"

Expand Down
2 changes: 1 addition & 1 deletion 0.105/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.17-5.1.3
FROM bfren/alpine-s6:alpine3.17-5.1.4

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"

Expand Down
2 changes: 1 addition & 1 deletion 1.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.18-5.1.3
FROM bfren/alpine-s6:alpine3.18-5.1.4

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"

Expand Down
2 changes: 1 addition & 1 deletion 1.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.19-5.1.3
FROM bfren/alpine-s6:alpine3.19-5.1.4

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"

Expand Down
2 changes: 1 addition & 1 deletion 1.2/overlay/tmp/CLAMAV_BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1-r0
1.2.2-r0
2 changes: 1 addition & 1 deletion 1.2/overlay/tmp/CLAMAV_MINOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.3
4.1.4
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BASE_VERSION="5.1.3"
BASE_VERSION="5.1.4"
echo "Base: ${BASE_VERSION}"

CLAMAV_VERSIONS="0.104 0.105 1.1 1.2"
Expand Down
2 changes: 1 addition & 1 deletion overlay/tmp/install
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ def main [] {

# cleanup
bf write "Removing default ClamAV configuration"
rm -rf /etc/clamav/*
bf del force /etc/clamav/*
}

0 comments on commit 596228e

Please sign in to comment.