Skip to content

Commit 0546d75

Browse files
Bump node from 20.14.0-alpine3.20 to 22.2.0-alpine3.20
Bumps node from 20.14.0-alpine3.20 to 22.2.0-alpine3.20. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a03049e commit 0546d75

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)