Skip to content

Commit

Permalink
Merge pull request #45 from thediveo/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
thediveo authored Jan 17, 2024
2 parents 5b9bed2 + 6776f8e commit 76e7848
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Discover how containers are using Linux kernel namespaces...
...or the mounts inside your containers, and how _over-mounts_ make other mounts
_invisible_.

[![container mounts](docs/_images/container-mounts-thumbnail.png)](docs/_images/container-mounts-containers.png)
[![container mounts](docs/_images/container-mounts-thumbnail.png)](docs/_images/container-mounts.png)

## Quick Start

Expand Down
6 changes: 3 additions & 3 deletions deployments/lxkns/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# done executing "make deploy" with the current working directory set to this
# repository's root directory.

ARG ALPINE_VERSION=3.18
ARG ALPINE_PATCH=4
ARG GO_VERSION=1.21.4
ARG ALPINE_VERSION=3.19
ARG ALPINE_PATCH=0
ARG GO_VERSION=1.21.6
ARG NODE_VERSION=21

# 0th stage: https://github.com/tonistiigi/xx/blob/master/README.md
Expand Down
1 change: 1 addition & 0 deletions web/lxkns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"@storybook/react": "^7.6.7",
"@storybook/react-vite": "^7.6.7",
"@storybook/testing-library": "^0.2.2",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/react-dom": "^18.2.18",
"eslint-plugin-storybook": "^0.6.15",
Expand Down
1 change: 1 addition & 0 deletions web/lxkns/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10408,6 +10408,7 @@ __metadata:
"@storybook/react": "npm:^7.6.7"
"@storybook/react-vite": "npm:^7.6.7"
"@storybook/testing-library": "npm:^0.2.2"
"@svgr/plugin-jsx": "npm:^8.1.0"
"@svgr/plugin-svgo": "npm:^8.1.0"
"@types/color-rgba": "npm:^2.1.2"
"@types/mdx": "npm:^2.0.10"
Expand Down

0 comments on commit 76e7848

Please sign in to comment.