Skip to content

Commit 31bbd25

Browse files
Bump node from 15-alpine to 17-alpine in /client
Bumps node from 15-alpine to 17-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf75e9a commit 31bbd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:15-alpine AS client
1+
FROM node:17-alpine AS client
22

33
WORKDIR /usr/src/app
44
COPY client/package*.json ./

0 commit comments

Comments
 (0)