Skip to content

Commit

Permalink
chore(deps): update node docker tag to v20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 9e7800d commit 1a5962c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.16.0-slim AS base
FROM node:20.17.0-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/jsonwebtoken": "9.0.6",
"@types/lodash": "4.17.7",
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.7",
"@types/node": "20.16.1",
"@types/openid": "2.0.5",
"@types/postcss-import": "14.0.3",
"@types/steamid": "2.0.3",
Expand Down
36 changes: 18 additions & 18 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 1a5962c

Please sign in to comment.