Skip to content

Commit

Permalink
Merge pull request #2026 from DSD-DBS/update-node-to-22
Browse files Browse the repository at this point in the history
build: Update Angular build container to node 22
  • Loading branch information
MoritzWeber0 authored Nov 19, 2024
2 parents ee3864f + 12dd5c7 commit 948773d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors
# SPDX-License-Identifier: Apache-2.0

ARG BASE_IMAGE=node:18
ARG BASE_IMAGE=node:22
FROM $BASE_IMAGE as build

USER root
Expand Down

0 comments on commit 948773d

Please sign in to comment.