diff --git a/0.104/Dockerfile b/0.104/Dockerfile index 0e07a76..643268e 100644 --- a/0.104/Dockerfile +++ b/0.104/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.16-6.0.1 +FROM quay.io/bfren/alpine-s6:alpine3.16-6.1.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav" diff --git a/0.105/Dockerfile b/0.105/Dockerfile index fe09124..99ef76e 100644 --- a/0.105/Dockerfile +++ b/0.105/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.17-6.0.1 +FROM quay.io/bfren/alpine-s6:alpine3.17-6.1.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav" diff --git a/1.1/Dockerfile b/1.1/Dockerfile index 706f987..8995e55 100644 --- a/1.1/Dockerfile +++ b/1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.18-6.0.1 +FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav" diff --git a/1.2/Dockerfile b/1.2/Dockerfile index e639317..5ce6d6a 100644 --- a/1.2/Dockerfile +++ b/1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.20-6.0.1 +FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav" diff --git a/1.4/ALPINE_MINOR b/1.4/ALPINE_MINOR index 93a84c3..2ef9c66 100644 --- a/1.4/ALPINE_MINOR +++ b/1.4/ALPINE_MINOR @@ -1 +1 @@ -3.22 \ No newline at end of file +3.23 \ No newline at end of file diff --git a/1.4/Dockerfile b/1.4/Dockerfile index cf64f7a..e347b8c 100644 --- a/1.4/Dockerfile +++ b/1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.22-6.0.1 +FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav" diff --git a/1.4/overlay/tmp/CLAMAV_BUILD b/1.4/overlay/tmp/CLAMAV_BUILD index af75d75..bb0ad0c 100644 --- a/1.4/overlay/tmp/CLAMAV_BUILD +++ b/1.4/overlay/tmp/CLAMAV_BUILD @@ -1 +1 @@ -1.4.3-r0 \ No newline at end of file +1.4.3-r2 \ No newline at end of file diff --git a/VERSION b/VERSION index 32f3eaa..acf69b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.1 \ No newline at end of file +5.1.0 \ No newline at end of file diff --git a/VERSION_MINOR b/VERSION_MINOR index 6e63660..8336407 100644 --- a/VERSION_MINOR +++ b/VERSION_MINOR @@ -1 +1 @@ -5.0 \ No newline at end of file +5.1 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 0b914ea..713aec2 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="6.0.1" +BASE_VERSION="6.1.0" echo "Base: ${BASE_VERSION}" CLAMAV_VERSIONS="0.104 0.105 1.1 1.2 1.4"