We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdcc6f commit 6255fd6Copy full SHA for 6255fd6
Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update && \
6
&& rm -rf /var/lib/apt/lists/* && apt-get clean && apt-get autoclean && apt-get autoremove
7
8
# URL from https://kaitai.io/#download-universal
9
-ENV KAITAI_URL https://dl.bintray.com/kaitai-io/universal/0.8/kaitai-struct-compiler-0.8.zip
+ENV KAITAI_URL https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.10/kaitai-struct-compiler-0.10.zip
10
RUN curl -SL ${KAITAI_URL} -o /tmp/kaitai-struct-compiler.zip && \
11
unzip /tmp/kaitai-struct-compiler.zip -d /opt/ && \
12
rm /tmp/kaitai-struct-compiler.zip && \
0 commit comments