Skip to content

Commit a8e2b92

Browse files
chore(deps): bump node from 16-alpine to 18-alpine
Bumps node from 16-alpine to 18-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 669a63e commit a8e2b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine as builder
1+
FROM node:18-alpine as builder
22

33
ENV NODE_ENV build
44

@@ -13,7 +13,7 @@ COPY ./src .
1313

1414
RUN npm run build
1515

16-
FROM node:16-alpine
16+
FROM node:18-alpine
1717

1818
ENV NODE_ENV production
1919

0 commit comments

Comments
 (0)