Skip to content

Commit

Permalink
Merge pull request #58 from MOV-AI/dev
Browse files Browse the repository at this point in the history
Release 1.0.9-1
  • Loading branch information
quirinpa authored Dec 6, 2023
2 parents ca50323 + 5203c5b commit c11711b
Show file tree
Hide file tree
Showing 4 changed files with 1,482 additions and 433 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VARIANT=16
FROM "mcr.microsoft.com/vscode/devcontainers/javascript-node":${VARIANT}
ARG VARIANT=16-bullseye
FROM mcr.microsoft.com/devcontainers/javascript-node:0-${VARIANT}

LABEL description="Frontend development environment"
LABEL maintaner="frontend@mov.ai"
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dockerfile": "Dockerfile",
"context": "..",
"args": {
"VARIANT": "16"
"VARIANT": "16-bullseye"
}
},
"extensions": [
Expand Down
Loading

0 comments on commit c11711b

Please sign in to comment.