Skip to content

Commit

Permalink
devcontainer: use base image, pin hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyZmeem authored Dec 18, 2024
1 parent 892c27e commit c19a7bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
"features": {
"ghcr.io/devcontainers/features/hugo:1": {
"version": "0.138.0",
"extended": true
}
}
Expand Down

0 comments on commit c19a7bd

Please sign in to comment.