Skip to content

Commit 2726ced

Browse files
committed
v23.8.0
1 parent de2ca71 commit 2726ced

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

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

2727
- name: build-image
2828
run: |
29-
podman rmi --ignore rust:alpine-mimalloc
30-
3129
pushd "$(mktemp -d)"
3230
curl -f -L --retry 5 https://github.com/tweag/rust-alpine-mimalloc/archive/refs/heads/master.tar.gz | tar xz --strip-components=1
3331
podman build \
@@ -50,6 +48,8 @@ jobs:
5048
rust:alpine-mimalloc \
5149
/workspace/build-alpine.sh
5250
51+
podman rmi rust:alpine-mimalloc
52+
5353
- name: upload-artifact
5454
uses: actions/upload-artifact@v4
5555
with:
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
set -euo pipefail
8686
87-
node_ver=v23.7.0
87+
node_ver=v23.8.0
8888
8989
pushd "$(mktemp -d)"
9090

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.7.0
5+
node_ver=v23.8.0
66

77
apk add \
88
clang \

0 commit comments

Comments
 (0)