Skip to content

Commit 3e3efb0

Browse files
committed
Update perl kaitaistruct runtime
1 parent 5a10b98 commit 3e3efb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ RUN \
131131
# install perl runtime for kaitai struct
132132
RUN \
133133
cd /tmp \
134-
&& curl -LO https://github.com/kaitai-io/kaitai_struct_perl_runtime/archive/refs/tags/0.10.zip \
135-
&& unzip 0.10.zip \
136-
&& cd kaitai_struct_perl_runtime-0.10 \
134+
&& curl -LO https://github.com/kaitai-io/kaitai_struct_perl_runtime/archive/refs/tags/0.11.zip \
135+
&& unzip 0.11.zip \
136+
&& cd kaitai_struct_perl_runtime-0.11 \
137137
&& perl Makefile.PL \
138138
&& make install \
139139
&& rm -rf /tmp/*

0 commit comments

Comments
 (0)