Skip to content

Commit

Permalink
Update Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 20, 2024
1 parent 4e452c6 commit fb2f02e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

FROM docker.io/ubuntu:24.04

ENV NODE_VERSION 22.5.0
ENV NODE_VERSION 22.5.1
ENV PNPM_VERSION 9.5.0
ENV NODE_CHECKSUM sha256:f1a2eadec1f7ae92a98252eda0579b581d9a592792a1a3c391a073b38d5f036c
ENV NODE_CHECKSUM sha256:2a7b8b8aa5c739ae55233d59f78736911a8a5da5ea1c63f0e843da270d039499
ENV PNPM_CHECKSUM sha256:7b88e90d4190e38a72418794b8b1a4b0458796e2515ebe4cdeea542d19106270

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.5.0
22.5.1
4 changes: 2 additions & 2 deletions proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1.6
FROM registry.access.redhat.com/ubi9/ubi:9.4 as builder

ENV NODE_VERSION 22.5.0
ENV NODE_CHECKSUM sha256:f1a2eadec1f7ae92a98252eda0579b581d9a592792a1a3c391a073b38d5f036c
ENV NODE_VERSION 22.5.1
ENV NODE_CHECKSUM sha256:2a7b8b8aa5c739ae55233d59f78736911a8a5da5ea1c63f0e843da270d039499

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 fb2f02e

Please sign in to comment.