Skip to content

Commit a9c4471

Browse files
authored
Merge pull request #220 from srudolph-credera/patch-1
chore: Caddy install.sh dependency updates
2 parents e55c94a + a075d8f commit a9c4471

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/caddy/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "caddy",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"name": "Caddy (via Github Releases)",
55
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/caddy",
66
"description": "Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS.",

src/caddy/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ set -e
88
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
99
# and if missing - will download a temporary copy that automatically get deleted at the end
1010
# of the script
11-
ensure_nanolayer nanolayer_location "v0.5.4"
11+
ensure_nanolayer nanolayer_location "v0.5.6"
1212

1313

1414
$nanolayer_location \
1515
install \
1616
devcontainer-feature \
17-
"ghcr.io/devcontainers/features/go:1.1.3" \
17+
"ghcr.io/devcontainers/features/go:1.3.4" \
1818
--option version="$GOLANGVERSION"
1919

2020

2121

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

2828

0 commit comments

Comments
 (0)