File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN set -ex; \
1111 ppc64le) arch='ppc64le' ;; \
1212 *) echo >&2 "error: unsupported architecture: $apkArch" ; exit 1 ;; \
1313 esac; \
14- wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.11.30 /traefik_v2.11.30_linux_ $arch.tar.gz" ; \
14+ wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.11.31 /traefik_v2.11.31_linux_ $arch.tar.gz" ; \
1515 tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; \
1616 rm -f /tmp/traefik.tar.gz; \
1717 chmod +x /usr/local/bin/traefik
@@ -26,5 +26,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
2626 org.opencontainers.image.source="https://github.com/traefik/traefik" \
2727 org.opencontainers.image.title="Traefik" \
2828 org.opencontainers.image.description="A modern reverse-proxy" \
29- org.opencontainers.image.version="v2.11.30 " \
29+ org.opencontainers.image.version="v2.11.31 " \
3030 org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change 11FROM scratch
2- COPY --from=traefik:v2.11.30 -alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
3- COPY --from=traefik:v2.11.30 -alpine /usr/share/zoneinfo /usr/share/
4- COPY --from=traefik:v2.11.30 -alpine /usr/local/bin/traefik /
2+ COPY --from=traefik:v2.11.31 -alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
3+ COPY --from=traefik:v2.11.31 -alpine /usr/share/zoneinfo /usr/share/
4+ COPY --from=traefik:v2.11.31 -alpine /usr/local/bin/traefik /
55
66EXPOSE 80
77VOLUME ["/tmp" ]
@@ -13,5 +13,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
1313 org.opencontainers.image.source="https://github.com/traefik/traefik" \
1414 org.opencontainers.image.title="Traefik" \
1515 org.opencontainers.image.description="A modern reverse-proxy" \
16- org.opencontainers.image.version="v2.11.30 " \
16+ org.opencontainers.image.version="v2.11.31 " \
1717 org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/windows/nanoserver:ltsc2022
22
3- COPY --from=traefik:v2.11.30 -windowsservercore-ltsc2022 /traefik.exe /
3+ COPY --from=traefik:v2.11.31 -windowsservercore-ltsc2022 /traefik.exe /
44
55EXPOSE 80
66ENTRYPOINT [ "/traefik" ]
@@ -11,5 +11,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
1111 org.opencontainers.image.source="https://github.com/traefik/traefik" \
1212 org.opencontainers.image.title="Traefik" \
1313 org.opencontainers.image.description="A modern reverse-proxy" \
14- org.opencontainers.image.version="v2.11.30 " \
14+ org.opencontainers.image.version="v2.11.31 " \
1515 org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
22SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
33
44RUN Invoke-WebRequest \
5- -Uri "https://github.com/traefik/traefik/releases/download/v2.11.30 /traefik_v2.11.30_windows_amd64 .zip" \
5+ -Uri "https://github.com/traefik/traefik/releases/download/v2.11.31 /traefik_v2.11.31_windows_amd64 .zip" \
66 -OutFile "/traefik.zip" ; \
77 Expand-Archive -Path "/traefik.zip" -DestinationPath "/" -Force; \
88 Remove-Item "/traefik.zip" -Force
@@ -16,5 +16,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
1616 org.opencontainers.image.source="https://github.com/traefik/traefik" \
1717 org.opencontainers.image.title="Traefik" \
1818 org.opencontainers.image.description="A modern reverse-proxy" \
19- org.opencontainers.image.version="v2.11.30 " \
19+ org.opencontainers.image.version="v2.11.31 " \
2020 org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change 1- v3.6.0
1+ v2.11.31
You can’t perform that action at this time.
0 commit comments