Skip to content

Commit c3a74b8

Browse files
committed
build image
1 parent a5607ff commit c3a74b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
env:
18-
IMAGE_VERSION: bookworm_rust_1.88-node_22.17.1
18+
IMAGE_VERSION: bookworm_rust_1.88-node_24.8.0
1919

2020
steps:
2121
- name: Checkout code

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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 22.17.1 via https://github.com/nodejs/docker-node/blob/main/22/bookworm/Dockerfile
48+
# node 24.8.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

0 commit comments

Comments
 (0)