Skip to content

Commit

Permalink
Merge pull request #335 from sir-gon/renovate/node-22.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v22.2.0
  • Loading branch information
sir-gon authored May 16, 2024
2 parents b2bd3fc + fceafd8 commit 7c30685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:22.1.0-alpine3.19 AS base
FROM node:22.2.0-alpine3.19 AS base

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

ENV WORKDIR=/app
WORKDIR ${WORKDIR}

FROM node:22.1.0-alpine3.19 AS lint
FROM node:22.2.0-alpine3.19 AS lint

ENV WORKDIR=/app
WORKDIR ${WORKDIR}
Expand Down

0 comments on commit 7c30685

Please sign in to comment.