File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
77COPY *sh /usr/local/bin/
You can’t perform that action at this time.
0 commit comments