Skip to content

Commit 3d772bb

Browse files
reneeriknordmark
authored andcommitted
Dockerfile.gcc: Bump ZFS to 2.3.3
Bump ZFS to version 2.3.3 in order to be in sync with the amd64 kernel. Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
1 parent 56e004f commit 3d772bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.gcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ RUN --mount=type=cache,target=/root/.cache/ccache,id=kernel-ccache-${TARGETARCH}
109109
INSTALL_DTBS_PATH=/tmp/kernel-modules/boot/dtb dtbs_install && \
110110
ccache -s | tee -a /ccache-stats.txt
111111

112-
ADD https://github.com/openzfs/zfs.git#zfs-2.2.2 /tmp/zfs
112+
ADD https://github.com/openzfs/zfs.git#zfs-2.3.3 /tmp/zfs
113113
WORKDIR /tmp/zfs
114114

115115
RUN --mount=type=cache,target=/root/.cache/ccache,id=zfs-ccache-${TARGETARCH} \

0 commit comments

Comments
 (0)