Skip to content

Commit b18cde9

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Docker Alpine-based images updated to Alpine 3.20
1 parent 106b573 commit b18cde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk add --update --no-cache make
66
WORKDIR /app
77

88
###############################################################################
9-
FROM node:22.2.0-alpine3.19 AS lint
9+
FROM node:20.14.0-alpine3.20 AS lint
1010

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

0 commit comments

Comments
 (0)