Skip to content

Commit 5581d79

Browse files
chore(deps): update all
1 parent 2abd426 commit 5581d79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 1. BUILD
33
###################
44

5-
FROM node:21.2.0-alpine3.17 AS build
5+
FROM node:21.4.0-alpine3.17 AS build
66

77
# Alpine Linux install packages
88
RUN apk add bash curl
@@ -35,7 +35,7 @@ USER node
3535
# 2. PRODUCTION
3636
###################
3737

38-
FROM node:21.2.0-alpine3.17 AS production
38+
FROM node:21.4.0-alpine3.17 AS production
3939

4040
WORKDIR /app
4141

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"lodash": "^4.17.21",
4747
"mssql": "^10.0.1",
4848
"nestjs-pino": "^3.5.0",
49-
"passport": "^0.6.0",
49+
"passport": "^0.7.0",
5050
"passport-headerapikey": "^1.2.2",
5151
"pino-http": "^8.5.1",
5252
"pino-pretty": "^10.2.3",

0 commit comments

Comments
 (0)