mirror of
https://github.com/Fdawgs/node-poppler.git
synced 2026-07-02 00:17:43 +08:00
build(.devcontainer): add lockfile; use bookworm for base image (#798)
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"features": {
|
||||||
|
"ghcr.io/devcontainers/features/github-cli:1": {
|
||||||
|
"version": "1.1.0",
|
||||||
|
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:d22f50b70ed75339b4eed1ba9ecde3a1791f90e88d37936517e3bace0bbad671",
|
||||||
|
"integrity": "sha256:d22f50b70ed75339b4eed1ba9ecde3a1791f90e88d37936517e3bace0bbad671"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
|
||||||
|
|
||||||
"name": "Node.js",
|
"name": "Node.js",
|
||||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:20-bookworm",
|
||||||
|
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
@@ -30,7 +30,6 @@
|
|||||||
},
|
},
|
||||||
// Features to add to the dev container. More info: https://containers.dev/features
|
// Features to add to the dev container. More info: https://containers.dev/features
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/git:1": {},
|
|
||||||
"ghcr.io/devcontainers/features/github-cli:1": {}
|
"ghcr.io/devcontainers/features/github-cli:1": {}
|
||||||
},
|
},
|
||||||
// Change owner of the /workspaces folder to the non-root user to avoid permission issues
|
// Change owner of the /workspaces folder to the non-root user to avoid permission issues
|
||||||
|
|||||||
@@ -1,5 +1,18 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
|
- package-ecosystem: devcontainers
|
||||||
|
commit-message:
|
||||||
|
include: scope
|
||||||
|
prefix: build
|
||||||
|
directory: /
|
||||||
|
groups:
|
||||||
|
devcontainers:
|
||||||
|
patterns:
|
||||||
|
- "ghcr.io/devcontainers/features/*"
|
||||||
|
open-pull-requests-limit: 20
|
||||||
|
schedule:
|
||||||
|
interval: monthly
|
||||||
|
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
commit-message:
|
commit-message:
|
||||||
include: scope
|
include: scope
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# Auto-generated files
|
# Auto-generated files
|
||||||
|
.devcontainer/devcontainer-lock.json
|
||||||
.github/release-please/manifest.json
|
.github/release-please/manifest.json
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
package.json
|
package.json
|
||||||
|
|||||||
Reference in New Issue
Block a user