Skip to content

Commit

Permalink
Bump node from 18-alpine to 23-alpine
Browse files Browse the repository at this point in the history
Bumps node from 18-alpine to 23-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent b4fc874 commit 678d3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.standalone
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine as backend
FROM node:23-alpine as backend
RUN apk add --no-cache libc6-compat
RUN apk update
WORKDIR /app
Expand All @@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/cache/npm npm install --cache=/cache/npm
COPY backend .
RUN npm run build

FROM node:18-alpine as frontend
FROM node:23-alpine as frontend
RUN apk add --no-cache libc6-compat
RUN apk update
WORKDIR /app
Expand Down

0 comments on commit 678d3c3

Please sign in to comment.