Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud 82abbf8e37 Rebuild image for march 2024-03-04 23:12:39 +01:00
Daniel Berteaud 1db04fd6d1 update rendered example 2024-02-26 19:48:39 +01:00
3 changed files with 4 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

@ -2,6 +2,7 @@ job "squid" {
datacenters = ["dc1"]
region = "global"
group "squid" {
@ -45,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