Commit 15f17b5 1 parent 52b94a7 commit 15f17b5 Copy full SHA for 15f17b5
File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN set -ex; \
11
11
ppc64le) arch='ppc64le' ;; \
12
12
*) echo >&2 "error: unsupported architecture: $apkArch" ; exit 1 ;; \
13
13
esac; \
14
- wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.1.1 /traefik_v3.1.1_linux_ $arch.tar.gz" ; \
14
+ wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.1.2 /traefik_v3.1.2_linux_ $arch.tar.gz" ; \
15
15
tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; \
16
16
rm -f /tmp/traefik.tar.gz; \
17
17
chmod +x /usr/local/bin/traefik
@@ -26,5 +26,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
26
26
org.opencontainers.image.source="https://github.com/traefik/traefik" \
27
27
org.opencontainers.image.title="Traefik" \
28
28
org.opencontainers.image.description="A modern reverse-proxy" \
29
- org.opencontainers.image.version="v3.1.1 " \
29
+ org.opencontainers.image.version="v3.1.2 " \
30
30
org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change 1
1
FROM scratch
2
- COPY --from=traefik:v3.1.1 -alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
3
- COPY --from=traefik:v3.1.1 -alpine /usr/share/zoneinfo /usr/share/
4
- COPY --from=traefik:v3.1.1 -alpine /usr/local/bin/traefik /
2
+ COPY --from=traefik:v3.1.2 -alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
3
+ COPY --from=traefik:v3.1.2 -alpine /usr/share/zoneinfo /usr/share/
4
+ COPY --from=traefik:v3.1.2 -alpine /usr/local/bin/traefik /
5
5
6
6
EXPOSE 80
7
7
VOLUME ["/tmp" ]
@@ -13,5 +13,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
13
13
org.opencontainers.image.source="https://github.com/traefik/traefik" \
14
14
org.opencontainers.image.title="Traefik" \
15
15
org.opencontainers.image.description="A modern reverse-proxy" \
16
- org.opencontainers.image.version="v3.1.1 " \
16
+ org.opencontainers.image.version="v3.1.2 " \
17
17
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:1809
2
2
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
3
3
4
4
RUN Invoke-WebRequest \
5
- -Uri "https://github.com/traefik/traefik/releases/download/v3.1.1 /traefik_v3.1.1_windows_amd64 .zip" \
5
+ -Uri "https://github.com/traefik/traefik/releases/download/v3.1.2 /traefik_v3.1.2_windows_amd64 .zip" \
6
6
-OutFile "/traefik.zip" ; \
7
7
Expand-Archive -Path "/traefik.zip" -DestinationPath "/" -Force; \
8
8
Remove-Item "/traefik.zip" -Force
@@ -16,5 +16,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
16
16
org.opencontainers.image.source="https://github.com/traefik/traefik" \
17
17
org.opencontainers.image.title="Traefik" \
18
18
org.opencontainers.image.description="A modern reverse-proxy" \
19
- org.opencontainers.image.version="v3.1.1 " \
19
+ org.opencontainers.image.version="v3.1.2 " \
20
20
org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change 1
1
FROM mcr.microsoft.com/windows/nanoserver:ltsc2022
2
2
3
- COPY --from=traefik:v3.1.1 -windowsservercore-ltsc2022 /traefik.exe /
3
+ COPY --from=traefik:v3.1.2 -windowsservercore-ltsc2022 /traefik.exe /
4
4
5
5
EXPOSE 80
6
6
ENTRYPOINT [ "/traefik" ]
@@ -11,5 +11,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
11
11
org.opencontainers.image.source="https://github.com/traefik/traefik" \
12
12
org.opencontainers.image.title="Traefik" \
13
13
org.opencontainers.image.description="A modern reverse-proxy" \
14
- org.opencontainers.image.version="v3.1.1 " \
14
+ org.opencontainers.image.version="v3.1.2 " \
15
15
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
2
2
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
3
3
4
4
RUN Invoke-WebRequest \
5
- -Uri "https://github.com/traefik/traefik/releases/download/v3.1.1 /traefik_v3.1.1_windows_amd64 .zip" \
5
+ -Uri "https://github.com/traefik/traefik/releases/download/v3.1.2 /traefik_v3.1.2_windows_amd64 .zip" \
6
6
-OutFile "/traefik.zip" ; \
7
7
Expand-Archive -Path "/traefik.zip" -DestinationPath "/" -Force; \
8
8
Remove-Item "/traefik.zip" -Force
@@ -16,5 +16,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
16
16
org.opencontainers.image.source="https://github.com/traefik/traefik" \
17
17
org.opencontainers.image.title="Traefik" \
18
18
org.opencontainers.image.description="A modern reverse-proxy" \
19
- org.opencontainers.image.version="v3.1.1 " \
19
+ org.opencontainers.image.version="v3.1.2 " \
20
20
org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change 1
- v2.11.8
1
+ v3.1.2
You can’t perform that action at this time.
0 commit comments