Skip to content

Commit

Permalink
libavif: unpin base builder (#12101)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud authored Jun 19, 2024
1 parent edd945f commit 9c24659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/libavif/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e
FROM gcr.io/oss-fuzz-base/base-builder
# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors
RUN apt-get update && \
apt-get install --no-install-recommends -y curl python3-pip python3-setuptools python3-wheel cmake git nasm && \
Expand Down

0 comments on commit 9c24659

Please sign in to comment.