diff --git a/deployments/lxkns/Dockerfile b/deployments/lxkns/Dockerfile index 5eb196f..b8480a2 100644 --- a/deployments/lxkns/Dockerfile +++ b/deployments/lxkns/Dockerfile @@ -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 diff --git a/web/lxkns/package.json b/web/lxkns/package.json index ddd89a7..314d069 100644 --- a/web/lxkns/package.json +++ b/web/lxkns/package.json @@ -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", diff --git a/web/lxkns/yarn.lock b/web/lxkns/yarn.lock index 0fb350f..8d95251 100644 --- a/web/lxkns/yarn.lock +++ b/web/lxkns/yarn.lock @@ -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"