Skip to content

Commit bde351f

Browse files
authored
Merge pull request #180 from sir-gon/dependabot/docker/node-22.2.0-alpine3.20
Bump node from 20.14.0-alpine3.20 to 22.2.0-alpine3.20
2 parents a03049e + 0546d75 commit bde351f

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:20.14.0-alpine3.20 AS lint
9+
FROM node:22.2.0-alpine3.20 AS lint
1010

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

0 commit comments

Comments
 (0)