Skip to content

Commit

Permalink
chore(deps): Bump node from 22.9.0-alpine to 23.1.0-alpine
Browse files Browse the repository at this point in the history
Bumps node from 22.9.0-alpine to 23.1.0-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 83ea9f6 commit 673a17c
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:22.9.0-alpine AS build
FROM node:23.1.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:22.9.0-alpine
FROM node:23.1.0-alpine
COPY --from=build --chown=nobody:nobody /app /app
WORKDIR /app
RUN apk upgrade --no-cache -a && \
Expand Down

0 comments on commit 673a17c

Please sign in to comment.