Skip to content

Commit

Permalink
Bump node from 22.6.0-alpine to 23.5.0-alpine in /backend
Browse files Browse the repository at this point in the history
Bumps node from 22.6.0-alpine to 23.5.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 6feafaf commit 7959bb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pip install bailo -r requirements.txt

RUN make dirhtml

FROM node:22.6.0-alpine AS installer
FROM node:23.5.0-alpine AS installer

RUN apk add --no-cache libc6-compat
RUN apk update
Expand All @@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/cache/npm npm install --cache=/cache/npm
COPY . .
RUN npm run build

FROM node:22.6.0-alpine AS runner
FROM node:23.5.0-alpine AS runner

RUN apk update
RUN apk add --no-cache libc6-compat ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN pip install bailo -r requirements.txt

RUN make dirhtml

FROM node:22.6.0-alpine AS installer
FROM node:23.5.0-alpine AS installer

RUN apk add --no-cache libc6-compat ca-certificates
RUN apk update
Expand Down

0 comments on commit 7959bb5

Please sign in to comment.