Skip to content

Commit 4553262

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Node runtime version updated to 22.x.
1 parent ab3a09d commit 4553262

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,11 +1,11 @@
1-
FROM node:20.2.0-alpine3.16 AS base
1+
FROM node:22.1.0-alpine3.19 AS base
22

33
RUN apk add --update --no-cache make
44

55
ENV WORKDIR=/app
66
WORKDIR ${WORKDIR}
77

8-
FROM node:20.2.0-alpine3.16 AS lint
8+
FROM node:22.1.0-alpine3.19 AS lint
99

1010
ENV WORKDIR=/app
1111
WORKDIR ${WORKDIR}

0 commit comments

Comments
 (0)