Rebuild image for 24.5

This commit is contained in:
Daniel Berteaud 2024-05-02 13:55:18 +02:00
parent 451e330df6
commit 44cac3740c
4 changed files with 4 additions and 6 deletions

View File

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

View File

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

View File

@ -5,8 +5,6 @@ job "squid" {
region = "global"
group "squid" {
network {
mode = "bridge"
@ -58,7 +56,7 @@ job "squid" {
driver = "docker"
config {
image = "danielberteaud/squid:24.4-1"
image = "danielberteaud/squid:24.5-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.4-1'
image: '[[ .docker.repo ]]squid:24.5-1'
# Number of instances to run:
count: 1