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:ecce990cda90520459027f7161d8a8820fc3188f83c6ba72c18f9868919b69df as builder
FROM node:24-bullseye-slim@sha256:2e069b8d691fff19327ed935a9434458c89dbd8fc2420f8adb74796c9e1f76d8 as builder

WORKDIR /rps

Expand Down