Update to 3.0.0-rc1

This commit is contained in:
Daniel Berteaud 2024-02-13 15:26:46 +01:00
parent a4ed7fd142
commit 4ead786c8f
4 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM danielberteaud/alpine:24.2-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG VERSION=3.0.0-beta5
ARG VERSION=3.0.0-rc1
RUN set -eux &&\
apk --no-cache upgrade &&\

View File

@ -104,7 +104,7 @@ job "traefik" {
}
config {
image = "danielberteaud/traefik:3.0.0-beta5-2"
image = "danielberteaud/traefik:3.0.0-rc1-1"
command = "traefik"
args = [
"--configfile=/secrets/traefik.yml"

View File

@ -1,7 +1,7 @@
FROM [[ .docker.repo ]][[ .docker.base_images.alpine.image ]]
MAINTAINER [[ .docker.maintainer ]]
ARG VERSION=3.0.0-beta5
ARG VERSION=[[ .traefik.version ]]
RUN set -eux &&\
apk --no-cache upgrade &&\

View File

@ -5,8 +5,11 @@ instance: traefik
traefik:
# Version of Traefik
version: 3.0.0-rc1
# Docker image to use for Traefik
image: '[[ .docker.repo ]]traefik:3.0.0-beta5-2'
image: '[[ .docker.repo ]]traefik:[[ .traefik.version ]]-1'
# Resources for traefik instances
resources: