Update rendered example

This commit is contained in:
Daniel Berteaud 2024-05-02 14:49:22 +02:00
parent 76951d28e3
commit 25451a4410
1 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,6 @@ job "egress-gateway" {
region = "global"
group "egress-gateway" {
count = 1
@ -42,7 +40,7 @@ job "egress-gateway" {
driver = "docker"
config {
image = "danielberteaud/alpine:24.3-1"
image = "danielberteaud/alpine:24.5-1"
readonly_rootfs = true
pids_limit = 10
command = "/bin/true"