Skip to content

Commit 45dcd41

Browse files
committed
make node 24.7.0
1 parent c3a74b8 commit 45dcd41

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ on:
88
pull_request:
99
branches:
1010
- main
11-
- jose-sequeira/upgrade-node-24
1211

1312
jobs:
1413
build:
1514
runs-on: ubuntu-latest
1615

1716
env:
18-
IMAGE_VERSION: bookworm_rust_1.88-node_24.8.0
17+
IMAGE_VERSION: bookworm_rust_1.88-node_24.7.0
1918

2019
steps:
2120
- name: Checkout code

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ RUN ((cat /etc/os-release | grep ID | grep alpine) && apk add --no-cache musl-de
4545
&& rm -rf $CARGO_HOME/registry/
4646

4747
# ----------------------
48-
# node 24.8.0 via https://github.com/nodejs/docker-node/blob/main/22/bookworm/Dockerfile
48+
# node 24.7.0 via https://github.com/nodejs/docker-node/blob/main/22/bookworm/Dockerfile
4949
# ----------------------
5050
RUN groupadd --gid 1000 node \
5151
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
5252

53-
ENV NODE_VERSION 24.8.0
53+
ENV NODE_VERSION 24.7.0
5454

5555
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
5656
&& case "${dpkgArch##*-}" in \

0 commit comments

Comments
 (0)