Skip to content

Commit

Permalink
Bump node from 22.6.0-alpine to 23.6.0-alpine in /frontend
Browse files Browse the repository at this point in the history
Bumps node from 22.6.0-alpine to 23.6.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 Jan 13, 2025
1 parent 64df7af commit b212002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

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

RUN apk add --no-cache libc6-compat
RUN apk update
Expand All @@ -15,7 +15,7 @@ COPY . .
ENV NEXT_TELEMETRY_DISABLED 1
RUN npm run build

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

RUN apk add --no-cache libc6-compat
RUN apk update
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.6.0-alpine AS installer
FROM node:23.6.0-alpine AS installer

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

0 comments on commit b212002

Please sign in to comment.