Skip to content

Commit ee01650

Browse files
authored
Merge branch 'weekly' into updatecli_weekly_6cae6afb4bc2a46809e0d4668606d9a6221840a2acb2b5530092f3f5a55d165c
2 parents 7efc04b + 979eb6c commit ee01650

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
"features": {
66
"ghcr.io/devcontainers/features/docker-in-docker:2": {
7-
"version": "27.0",
7+
"version": "v27.0.3",
88
"dockerDashComposeVersion": "v2"
99
},
1010
"ghcr.io/devcontainers/features/github-cli:1": {
11-
"version": "2.62"
11+
"version": "v2.83.1"
1212
}
1313
},
1414

dockerfiles/sidekick/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
22

33
# We start from the Debian 'bookworm' image dated 2023-11-20.
4-
FROM debian:bookworm-20250929 as prepare-stage
4+
FROM debian:bookworm-20251103 as prepare-stage
55

66
# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
77
COPY *sh /usr/local/bin/

0 commit comments

Comments
 (0)