Skip to content

Commit

Permalink
chore: image build and icon generation
Browse files Browse the repository at this point in the history
Signed-off-by: thediveo <[email protected]>
  • Loading branch information
thediveo committed Jan 12, 2024
1 parent 91dc017 commit 6776f8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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 6776f8e

Please sign in to comment.