forked from NginxProxyManager/nginx-proxy-manager
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update zoeyvid/nginx-quic Docker tag to v229 Update zoeyvid/certbot-docker Docker tag to v17 Update zoeyvid/nginx-quic Docker tag to v228 Update alpine Docker tag to v3.19.0 Update caddy Docker tag to v2.7.6 Update dependency knex to v3.1.0 Update zoeyvid/nginx-quic Docker tag to v225 Update dependency sass-loader to v10.5.0 Update zoeyvid/certbot-docker Docker tag to v15 Update zoeyvid/nginx-quic Docker tag to v230 Signed-off-by: Zoey <[email protected]>
- Loading branch information
1 parent
36506eb
commit 52b6566
Showing
5 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
FROM caddy:2.7.5 | ||
FROM caddy:2.7.6 as caddy | ||
|
||
FROM alpine:3.19.0 | ||
RUN apk add --no-cache ca-certificates tzdata | ||
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy | ||
COPY Caddyfile /etc/caddy/Caddyfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters