Skip to content

Commit

Permalink
Fix docs url (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger authored Aug 23, 2024
1 parent ad87110 commit ffbd525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/localstack-dind/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "localstack-dind",
"version": "0.1.0",
"version": "0.1.1",
"name": "LocalStack Docker-in-Docker",
"description": "A template to manage LocalStack in DinD via CLI",
"documentationURL": "https://github.com/localstack/devcontainer-template/tree/main/src/localstack",
"documentationURL": "https://github.com/localstack/devcontainer-template/tree/main/src/localstack-dind",
"licenseURL": "https://github.com/localstack/devcontainer-template/blob/main/LICENSE",
"options": {
"imageVariant": {
Expand Down
4 changes: 2 additions & 2 deletions src/localstack-dood/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "localstack-dood",
"version": "0.1.1",
"version": "0.1.2",
"name": "LocalStack Docker-outside-of-Docker",
"description": "A template to manage LocalStack in DooD",
"documentationURL": "https://github.com/localstack/devcontainer-template/tree/main/src/localstack",
"documentationURL": "https://github.com/localstack/devcontainer-template/tree/main/src/localstack-dood",
"licenseURL": "https://github.com/localstack/devcontainer-template/blob/main/LICENSE",
"options": {
"imageVariant": {
Expand Down

0 comments on commit ffbd525

Please sign in to comment.