Skip to content

Commit

Permalink
feat: add focal and bullseye scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed Aug 8, 2024
1 parent 5d5d687 commit bed0cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/localstack-cli/scenarios.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version_lts": {
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"user": "vscode",
"features": {
"localstack-cli": {
Expand All @@ -9,7 +9,7 @@
}
},
"version_none": {
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"image": "mcr.microsoft.com/devcontainers/base:focal",
"user": "vscode",
"features": {
"localstack-cli": {
Expand Down

0 comments on commit bed0cf2

Please sign in to comment.