From 1b24d2f3faa88c1658aff95537d0d66c73175cf1 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 7 Jan 2024 12:44:39 +1300 Subject: [PATCH] Update oxipng rust (nightly-buster-slim) --- codecs/oxipng/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecs/oxipng/package.json b/codecs/oxipng/package.json index f12e88ab..fe55d483 100644 --- a/codecs/oxipng/package.json +++ b/codecs/oxipng/package.json @@ -1,6 +1,6 @@ { "name": "oxipng", "scripts": { - "build": "RUST_IMG=rustlang/rust@sha256:744aeea5a38f95aa7a96ec37269a65f0c6197a1cdd87d6534e12bb869141d807 ../build-rust.sh ./build.sh" + "build": "RUST_IMG=rustlang/rust@sha256:5fd16a5576c22c8fdd5d659247755999e426c04de8dcf18a41ea446c5f253309 ../build-rust.sh ./build.sh" } }