Skip to content

Commit

Permalink
Update Node.js checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 22, 2024
1 parent 0be7e79 commit 2d155fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.access.redhat.com/ubi9/ubi:9.4 as builder

ENV NODE_VERSION 22.7.0
ENV NODE_CHECKSUM sha256:f2f4ccbcbc0a443e5fadebd1149a22f96087ec09cef52ff343a15ee835206d96
ENV NODE_CHECKSUM sha256:e5be0590039a0aaf699d6b4f31c780b2a467f7f37e71c20c95364933715daa05

ADD --checksum=$NODE_CHECKSUM https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz /node.tar.gz
RUN tar --remove-files -C /usr/local/ -xz --strip-components=1 -f /node.tar.gz
Expand Down

0 comments on commit 2d155fa

Please sign in to comment.