Skip to content

Commit 9b96e64

Browse files
authored
Merge pull request #420 from nextcloud/dependabot/docker/node-23.11.0-alpine
Chore(deps): Bump node from 23.6.1-alpine to 23.11.0-alpine
2 parents 598ffba + 4c181a9 commit 9b96e64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
FROM node:23.6.1-alpine AS build
5+
FROM node:23.11.0-alpine AS build
66
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
77
ARG NODE_ENV=production
88
COPY . /app
@@ -14,7 +14,7 @@ RUN apk upgrade --no-cache -a && \
1414
clean-modules --yes && \
1515
npm cache clean --force
1616

17-
FROM node:23.6.1-alpine
17+
FROM node:23.11.0-alpine
1818
COPY --from=build --chown=nobody:nobody /app /app
1919
WORKDIR /app
2020
RUN apk upgrade --no-cache -a && \

0 commit comments

Comments
 (0)