1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 06:07:44 +00:00

Meta: Remove unnecessary dot in file name

Fixes a small typo in the file name.

Codespaces and other tools implementing the spec
https://containers.dev/implementors/spec/#devcontainerjson
will expect this file naming pattern.
This commit is contained in:
Josh Spicer 2023-05-25 12:57:20 -07:00 committed by Jelle Raaijmakers
parent 58b1d9c319
commit 084ba2ef9d

View file

@ -0,0 +1,11 @@
// The docker image used below was generated from '.devcontainer/devcontainer.json'
// by the '.github/workflows/dev-container.yml' workflow.
//
// By building this dev container image in advance, tools
// like GitHub Codespaces (https://containers.dev/supporting)
// do not need to install all the prerequsite dependencies from scratch,
// getting you into your development environment faster!
{
"name": "SerenityOS (Pre-Built Image)",
"image": "ghcr.io/serenityos/serenity-devcontainer:base"
}