Skip to content

Commit

Permalink
Bump node from 20.18-alpine to 22.11-alpine (#4314)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 4909238 commit 8353633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18 as build
FROM node:22.11 as build
ENV NODE_VERSION=20.14.0

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18-alpine
FROM node:22.11-alpine
ENV NODE_VERSION=20.14.0

RUN apk add --no-cache git
Expand Down

0 comments on commit 8353633

Please sign in to comment.