Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 29, 2024
1 parent 75abaee commit f07e718
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.15.1 AS base
FROM node:20.17.0 AS base
WORKDIR /usr/src/app

# install dependencies into temp directory
Expand All @@ -20,7 +20,7 @@ RUN npm run css:generate
RUN npm run build

# copy production dependencies and source code into final image
FROM node:20.15.1-alpine AS release
FROM node:20.17.0-alpine AS release
COPY --from=install /temp/dev/node_modules node_modules
COPY --from=prerelease /usr/src/app/.firebolt .firebolt
COPY --from=prerelease /usr/src/app/routes routes
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@pandacss/dev": "0.43.0"
"@pandacss/dev": "0.45.2"
},
"overrides": {
"react": "18.3.1",
Expand Down

0 comments on commit f07e718

Please sign in to comment.