Skip to content

Commit

Permalink
Fix the dist commit
Browse files Browse the repository at this point in the history
  • Loading branch information
francislavoie committed May 1, 2024
1 parent 98e68dd commit bb842e2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions 2.7/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 2.7/windows/1809/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 2.7/windows/ltsc2022/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 2.8/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 2.8/windows/1809/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 2.8/windows/ltsc2022/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions stackbrew-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb842e2

Please sign in to comment.