Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency node to v20.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 9417639 commit 5e00e4d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.4.0
20.8.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Node Base Image
FROM node:20.4.0-alpine3.17 AS build
FROM node:20.8.1-alpine3.17 AS build

RUN corepack enable

Expand All @@ -14,7 +14,7 @@ RUN pnpm run build
RUN pnpm prune --prod

# Serve the app with a minimal node image
FROM node:20.4.0-alpine3.17 AS serve
FROM node:20.8.1-alpine3.17 AS serve

WORKDIR /svelte/app
# Copy the app from the build stage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@sveltejs/kit": "1.22.3",
"@tailwindcss/forms": "0.5.4",
"@types/lodash": "^4.14.195",
"@types/node": "20.4.2",
"@types/node": "20.8.7",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.60.1",
"autoprefixer": "10.4.14",
Expand Down
28 changes: 17 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 5e00e4d

Please sign in to comment.