diff --git a/Dockerfile b/Dockerfile index 57feed69..7da442fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2024 PNED G.I.E. # # SPDX-License-Identifier: Apache-2.0 -FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63.1726695170 AS base +FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-1731656856 AS base # Install dependencies only when needed FROM base AS deps