Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/caddy/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "caddy",
"version": "1.0.10",
"version": "1.0.11",
"name": "Caddy (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/caddy",
"description": "Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS.",
Expand Down
6 changes: 3 additions & 3 deletions src/caddy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.4"
ensure_nanolayer nanolayer_location "v0.5.6"


$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers/features/go:1.1.3" \
"ghcr.io/devcontainers/features/go:1.3.4" \
--option version="$GOLANGVERSION"



$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-extra/features/gh-release:1.0.25" \
"ghcr.io/devcontainers-extra/features/gh-release:1.0.26" \
--option repo='caddyserver/caddy' --option binaryNames='caddy' --option version="$VERSION"


Expand Down
Loading