Skip to content

Commit

Permalink
Merge pull request #1911 from gchq/dependabot/docker/frontend/node-22…
Browse files Browse the repository at this point in the history
….14.0-alpine
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
2 parents 8afc276 + d22740f commit cd75ec1
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:22.14.0-alpine AS installer

RUN apk add --no-cache libc6-compat
RUN apk update
Expand All @@ -17,7 +17,7 @@ RUN npm install [email protected]
ENV NEXT_TELEMETRY_DISABLED=1
RUN npm run build

FROM node:22.6.0-alpine AS runner
FROM node:22.14.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:22.14.0-alpine AS installer

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

0 comments on commit cd75ec1

Please sign in to comment.