Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent ec2bc96 commit da8b44b
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,5 +1,5 @@
# ---- Base Node with Alpine ----
FROM node:18.20.3-alpine3.18 AS base
FROM node:22.2.0-alpine3.18 AS base
# Set working directory in the container
WORKDIR /app
# Copy package.json and yarn.lock files to the workspace
Expand All @@ -16,7 +16,7 @@ RUN cp -R node_modules prod_node_modules
RUN yarn install --frozen-lockfile

# ---- Release ----
FROM node:18.20.3-alpine3.18 AS release
FROM node:22.2.0-alpine3.18 AS release
# Set working directory
WORKDIR /app
# Copy production node_modules
Expand Down

0 comments on commit da8b44b

Please sign in to comment.