Rebuild image for 24.4

This commit is contained in:
Daniel Berteaud 2024-04-05 11:32:19 +02:00
parent 78d3fa58ac
commit 451e330df6
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM danielberteaud/alpine:24.3-1 FROM danielberteaud/alpine:24.4-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com> MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG EXPORTER_VERSION=1.11.0 ARG EXPORTER_VERSION=1.11.0

View File

@ -1,4 +1,4 @@
FROM danielberteaud/alpine:24.3-1 FROM danielberteaud/alpine:24.4-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com> MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ENV SQUID_CONFDIR=/etc/squid \ ENV SQUID_CONFDIR=/etc/squid \

View File

@ -58,7 +58,7 @@ job "squid" {
driver = "docker" driver = "docker"
config { config {
image = "danielberteaud/squid:24.3-2" image = "danielberteaud/squid:24.4-1"
readonly_rootfs = true readonly_rootfs = true
pids_limit = 100 pids_limit = 100
volumes = [ volumes = [

View File

@ -6,7 +6,7 @@ instance: squid
squid: squid:
# Docker image to use # Docker image to use
image: '[[ .docker.repo ]]squid:24.3-2' image: '[[ .docker.repo ]]squid:24.4-1'
# Number of instances to run: # Number of instances to run:
count: 1 count: 1