Skip to content

Commit 6255fd6

Browse files
authored
Update Dockerfile to 0.10
1 parent 6fdcc6f commit 6255fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && \
66
&& rm -rf /var/lib/apt/lists/* && apt-get clean && apt-get autoclean && apt-get autoremove
77

88
# 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
9+
ENV KAITAI_URL https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.10/kaitai-struct-compiler-0.10.zip
1010
RUN curl -SL ${KAITAI_URL} -o /tmp/kaitai-struct-compiler.zip && \
1111
unzip /tmp/kaitai-struct-compiler.zip -d /opt/ && \
1212
rm /tmp/kaitai-struct-compiler.zip && \

0 commit comments

Comments
 (0)