Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) Intel Corporation 2021
# SPDX-License-Identifier: Apache-2.0
#*********************************************************************/
FROM node:24-bullseye-slim@sha256:cc16229b423fbbdade89d983a599ec836d656aa86bd42f9a45578836f544199b as builder
FROM node:24-bullseye-slim@sha256:1bbe2bea2b4d8491bf118ad6e213069c0cbea1c69e8ad58f10560aed790dbba7 as builder

WORKDIR /rps

Expand Down