Skip to content

Commit de2ca71

Browse files
committed
v23.7.0
1 parent 65f6451 commit de2ca71

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: build-image
2828
run: |
29+
podman rmi --ignore rust:alpine-mimalloc
30+
2931
pushd "$(mktemp -d)"
3032
curl -f -L --retry 5 https://github.com/tweag/rust-alpine-mimalloc/archive/refs/heads/master.tar.gz | tar xz --strip-components=1
3133
podman build \
@@ -82,7 +84,7 @@ jobs:
8284
run: |
8385
set -euo pipefail
8486
85-
node_ver=v23.6.1
87+
node_ver=v23.7.0
8688
8789
pushd "$(mktemp -d)"
8890

build-alpine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
node_ver=v23.6.1
5+
node_ver=v23.7.0
66

77
apk add \
88
clang \

0 commit comments

Comments
 (0)