Update to 3.0.0-beta4

This commit is contained in:
Daniel Berteaud 2023-10-12 14:20:40 +02:00
parent f89ebce9e7
commit 56771f4044
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
#!/bin/sh
# vim: synatx=sh
# vim: syntax=sh
set -euo pipefail

View File

@ -6,7 +6,7 @@ traefik:
instance: traefik
# Docker image to use for Traefik
image: danielberteaud/traefik:3.0-1
image: danielberteaud/traefik:3.0.0-beta4-1
# Resources for traefik instances
resources: