Rebuild image for march

This commit is contained in:
Daniel Berteaud 2024-03-04 23:12:39 +01:00
parent 1db04fd6d1
commit 82abbf8e37
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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