Skip to content

Commit

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

---
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 26, 2024
1 parent 22c457d commit 3d56ec0
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-alpine3.20 AS build
FROM node:23.1.0-alpine3.20 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-alpine3.20
FROM node:23.1.0-alpine3.20
COPY --from=build --chown=nobody:nobody /app /app
WORKDIR /app
RUN apk upgrade --no-cache -a && \
Expand Down

0 comments on commit 3d56ec0

Please sign in to comment.