diff --git a/2.7/alpine/Dockerfile b/2.7/alpine/Dockerfile index b81cce8..8ab9ab6 100644 --- a/2.7/alpine/Dockerfile +++ b/2.7/alpine/Dockerfile @@ -12,8 +12,8 @@ RUN set -eux; \ /etc/caddy \ /usr/share/caddy \ ; \ - wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/config/Caddyfile"; \ - wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/welcome/index.html" + wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/config/Caddyfile"; \ + wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/welcome/index.html" # https://github.com/caddyserver/caddy/releases ENV CADDY_VERSION v2.7.6 diff --git a/2.7/windows/1809/Dockerfile b/2.7/windows/1809/Dockerfile index 57ef18c..cb99e71 100644 --- a/2.7/windows/1809/Dockerfile +++ b/2.7/windows/1809/Dockerfile @@ -7,10 +7,10 @@ RUN mkdir /config; \ mkdir /etc/caddy; \ mkdir /usr/share/caddy; \ Invoke-WebRequest \ - -Uri "https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/config/Caddyfile" \ + -Uri "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/config/Caddyfile" \ -OutFile "/etc/caddy/Caddyfile"; \ Invoke-WebRequest \ - -Uri "https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/welcome/index.html" \ + -Uri "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/welcome/index.html" \ -OutFile "/usr/share/caddy/index.html" # https://github.com/caddyserver/caddy/releases diff --git a/2.7/windows/ltsc2022/Dockerfile b/2.7/windows/ltsc2022/Dockerfile index cd521a5..310ac04 100644 --- a/2.7/windows/ltsc2022/Dockerfile +++ b/2.7/windows/ltsc2022/Dockerfile @@ -7,10 +7,10 @@ RUN mkdir /config; \ mkdir /etc/caddy; \ mkdir /usr/share/caddy; \ Invoke-WebRequest \ - -Uri "https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/config/Caddyfile" \ + -Uri "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/config/Caddyfile" \ -OutFile "/etc/caddy/Caddyfile"; \ Invoke-WebRequest \ - -Uri "https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/welcome/index.html" \ + -Uri "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/welcome/index.html" \ -OutFile "/usr/share/caddy/index.html" # https://github.com/caddyserver/caddy/releases diff --git a/2.8/alpine/Dockerfile b/2.8/alpine/Dockerfile index 1449e71..deb9e79 100644 --- a/2.8/alpine/Dockerfile +++ b/2.8/alpine/Dockerfile @@ -12,8 +12,8 @@ RUN set -eux; \ /etc/caddy \ /usr/share/caddy \ ; \ - wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/d129ae6aec6af2182217ee8a235f4df8cd2bbfde/config/Caddyfile"; \ - wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/d129ae6aec6af2182217ee8a235f4df8cd2bbfde/welcome/index.html" + wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/config/Caddyfile"; \ + wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/welcome/index.html" # https://github.com/caddyserver/caddy/releases ENV CADDY_VERSION v2.8.0-beta.1 diff --git a/2.8/windows/1809/Dockerfile b/2.8/windows/1809/Dockerfile index 61b63fd..38dc448 100644 --- a/2.8/windows/1809/Dockerfile +++ b/2.8/windows/1809/Dockerfile @@ -7,10 +7,10 @@ RUN mkdir /config; \ mkdir /etc/caddy; \ mkdir /usr/share/caddy; \ Invoke-WebRequest \ - -Uri "https://github.com/caddyserver/dist/raw/d129ae6aec6af2182217ee8a235f4df8cd2bbfde/config/Caddyfile" \ + -Uri "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/config/Caddyfile" \ -OutFile "/etc/caddy/Caddyfile"; \ Invoke-WebRequest \ - -Uri "https://github.com/caddyserver/dist/raw/d129ae6aec6af2182217ee8a235f4df8cd2bbfde/welcome/index.html" \ + -Uri "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/welcome/index.html" \ -OutFile "/usr/share/caddy/index.html" # https://github.com/caddyserver/caddy/releases diff --git a/2.8/windows/ltsc2022/Dockerfile b/2.8/windows/ltsc2022/Dockerfile index 548344c..1395b5d 100644 --- a/2.8/windows/ltsc2022/Dockerfile +++ b/2.8/windows/ltsc2022/Dockerfile @@ -7,10 +7,10 @@ RUN mkdir /config; \ mkdir /etc/caddy; \ mkdir /usr/share/caddy; \ Invoke-WebRequest \ - -Uri "https://github.com/caddyserver/dist/raw/d129ae6aec6af2182217ee8a235f4df8cd2bbfde/config/Caddyfile" \ + -Uri "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/config/Caddyfile" \ -OutFile "/etc/caddy/Caddyfile"; \ Invoke-WebRequest \ - -Uri "https://github.com/caddyserver/dist/raw/d129ae6aec6af2182217ee8a235f4df8cd2bbfde/welcome/index.html" \ + -Uri "https://github.com/caddyserver/dist/raw/509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4/welcome/index.html" \ -OutFile "/usr/share/caddy/index.html" # https://github.com/caddyserver/caddy/releases diff --git a/stackbrew-config.yaml b/stackbrew-config.yaml index f2b62bd..d902d49 100644 --- a/stackbrew-config.yaml +++ b/stackbrew-config.yaml @@ -2,11 +2,11 @@ versions: - caddy_version: '2.8.0-beta.1' is_major: false is_latest: false - dist_commit: d129ae6aec6af2182217ee8a235f4df8cd2bbfde + dist_commit: 509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4 - caddy_version: '2.7.6' is_major: true is_latest: true - dist_commit: cd39178d252a610fee6aa8465c787d9c780007a2 + dist_commit: 509c30cecd3cbc4012f6b1cc88d8f3f000fb06e4 xcaddy_config: version: '0.4.0' # configuration for the stackbrew.tmpl template