Skip to content

Commit

Permalink
Fix incorrect version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-eschwartz committed Apr 21, 2021
1 parent 024cffd commit 41479e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/Dockerfile.kaitai
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ RUN git checkout 0b611f58947f1e74e6f5ea58dc8cd99a7a81313c .
WORKDIR /kaitai_struct/compiler
RUN sbt compilerJVM/universal:packageBin

RUN unzip -d / jvm/target/universal/kaitai-struct-compiler-0.9-SNAPSHOT.zip
RUN unzip -d / jvm/target/universal/kaitai-struct-compiler-0.*-SNAPSHOT.zip

FROM openjdk:jre-slim

COPY --from=builder /kaitai-struct-compiler-0.9-SNAPSHOT /kaitai-struct-compiler
COPY --from=builder /kaitai-struct-compiler-0.*-SNAPSHOT /kaitai-struct-compiler
COPY --from=builder /kaitai_struct /kaitai_struct

ENTRYPOINT ["/kaitai-struct-compiler/bin/kaitai-struct-compiler"]
Expand Down

0 comments on commit 41479e1

Please sign in to comment.