Skip to content

Commit 2e5a751

Browse files
authored
Pin to Debian 12 (bookworm) for Dev image and fix for Nightly (#923)
* Pin to Debian 12 (bookworm) The Dev images jumped to trixie in the latest release which doesn't have some packages yet Signed-off-by: James Sturtevant <jsturtevant@gmail.com> * Add correct permissions for nightly job Signed-off-by: James Sturtevant <jsturtevant@gmail.com> --------- Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent 3cd8b26 commit 2e5a751

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Dockerfile for devcontainer
22

3-
FROM mcr.microsoft.com/devcontainers/base:debian AS base
3+
FROM mcr.microsoft.com/devcontainers/base:bookworm AS base
44

55
ARG USER=vscode
66
ARG GROUP=vscode

.github/workflows/RustNightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
# 12:00 AM, every 2 days
99
- cron: '0 0 */2 * *'
1010

11+
permissions:
12+
id-token: write
13+
contents: read
14+
1115
jobs:
1216
musl:
1317
strategy:

0 commit comments

Comments
 (0)