Skip to content

Commit

Permalink
Merge pull request #311 from nextcloud/dependabot/docker/node-23.4.0-…
Browse files Browse the repository at this point in the history
…alpine

chore(deps): Bump node from 23.1.0-alpine to 23.4.0-alpine
  • Loading branch information
solracsf authored Dec 18, 2024
2 parents 4b6a34a + a93e5ec commit 762c89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later

FROM node:23.1.0-alpine AS build
FROM node:23.4.0-alpine AS build
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG NODE_ENV=production
COPY . /app
Expand All @@ -14,7 +14,7 @@ RUN apk upgrade --no-cache -a && \
clean-modules --yes && \
npm cache clean --force

FROM node:23.1.0-alpine
FROM node:23.4.0-alpine
COPY --from=build --chown=nobody:nobody /app /app
WORKDIR /app
RUN apk upgrade --no-cache -a && \
Expand Down

0 comments on commit 762c89a

Please sign in to comment.