Skip to content

Commit

Permalink
fix: core-cms v4.20.1, core-styles v2.37.2
Browse files Browse the repository at this point in the history
fix cards with linekd images
  • Loading branch information
wesleyboar committed Nov 6, 2024
1 parent 43506e7 commit 533ae38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/tup-cms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /code/
RUN npx nx build tup-ui
RUN npx nx build tup-cms-react

FROM taccwma/core-cms:v4.20.0
FROM taccwma/core-cms:v4.20.1

WORKDIR /code

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@nx/vite": "17.2.8",
"@nx/web": "17.2.8",
"@nx/workspace": "17.2.8",
"@tacc/core-styles": "^2.37.0",
"@tacc/core-styles": "^2.37.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
Expand Down

0 comments on commit 533ae38

Please sign in to comment.