Skip to content

Commit

Permalink
Merge pull request #197 from nextcloud/dependabot/docker/node-22.9.0-…
Browse files Browse the repository at this point in the history
…alpine3.20

chore(deps): Bump node from 20.17.0-alpine3.20 to 22.9.0-alpine3.20
  • Loading branch information
juliushaertl authored Oct 7, 2024
2 parents 1cb2131 + 403163d commit ccdb722
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:20.17.0-alpine3.20 AS build
FROM node:22.9.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:20.17.0-alpine3.20
FROM node:22.9.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 ccdb722

Please sign in to comment.