Skip to content

Commit f95a967

Browse files
chore: Caddy install.sh dependency updates
Only the Go version was strictly necessary due to golangci/golangci-lint#6555, but bumping the others while here. Signed-off-by: Stephen Rudolph <stephen.rudolph@credera.com>
1 parent e55c94a commit f95a967

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)