Skip to content

Commit

Permalink
.devcontainer/release.Dockerfile: switch to ubuntu:noble
Browse files Browse the repository at this point in the history
From debian:trixie-slim. The package index is subtly different
(docker-cli is required for CLI tools on debian now). Make the release
image consistent with our CI environment.
  • Loading branch information
jgraettinger committed Aug 30, 2024
1 parent 60536f4 commit b2ebe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/release.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:trixie-slim
FROM ubuntu:noble

# Pick run-time library packages which match the development packages
# used by the ci-builder image. "curl" is included, to allow node-zone.sh
Expand Down

0 comments on commit b2ebe81

Please sign in to comment.