File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
22{
33 "id" : " hermes" ,
4- "version" : " 0.4.4 " ,
4+ "version" : " 0.4.5 " ,
55 "name" : " Development Container Feature - hermes" ,
66 "documentationURL" : " https://github.com/georglauterbach/dev-container-features/tree/main/src/hermes" ,
77 "description" : " Use [`hermes`](https://github.com/georglauterbach/hermes) in your container" ,
88 "options" : {
99 "hermes.version" : {
1010 "description" : " The released version of hermes to use" ,
1111 "type" : " string" ,
12- "default" : " 9.0.4 "
12+ "default" : " 9.0.5 "
1313 },
1414 "hermes.acquire-insecure" : {
1515 "description" : " Whether to download `hermes` without checking certificates" ,
Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ function pre_flight_checks() {
3131
3232 case " ${LINUX_DISTRIBUTION_NAME} " in
3333 ( ' debian' )
34- log ' info' ' Distribution recognized as Debian-like'
35-
3634 if ! apt-get --yes --quiet=2 --option=Dpkg::Use-Pty=0 update \
3735 || ! apt-get --yes --quiet=2 --option=Dpkg::Use-Pty=0 install \
3836 --no-install-recommends apt-utils ca-certificates curl dialog doas file locales tzdata; then
You can’t perform that action at this time.
0 commit comments