Skip to content

Commit e2a739b

Browse files
committed
Merge remote-tracking branch 'origin' into carlota/homeaz-on-nodeinfocrd
2 parents 2eb6cc0 + 960b567 commit e2a739b

File tree

80 files changed

+2317
-1826
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2317
-1826
lines changed

.devcontainer/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VARIANT="1.23"
1+
ARG VARIANT="1.24"
22
FROM mcr.microsoft.com/vscode/devcontainers/go:${VARIANT}
33
RUN apt-get update && \
44
export DEBIAN_FRONTEND=noninteractive && \
@@ -8,4 +8,6 @@ RUN apt-get update && \
88
skopeo \
99
vim \
1010
fzf \
11-
ripgrep
11+
ripgrep \
12+
jq \
13+
curl

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": {
66
"dockerfile": "Dockerfile",
77
"args": {
8-
"VARIANT": "1.23-bullseye",
8+
"VARIANT": "1.24",
99
"NODE_VERSION": "none"
1010
}
1111
},

0 commit comments

Comments
 (0)