Skip to content

Commit

Permalink
Merge pull request #15 from bertbesser/picapport-10
Browse files Browse the repository at this point in the history
deps: update to picapport major version 10
  • Loading branch information
whatever4711 authored Jun 25, 2021
2 parents 9ad530a + f7d9195 commit a6acd6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM alpine AS qemu
ARG QEMU=x86_64
ARG QEMU_VERSION=4.2.0-6
ARG VERSION=10-0-01

ADD https://github.com/multiarch/qemu-user-static/releases/download/v${QEMU_VERSION}/qemu-${QEMU}-static /usr/bin/qemu-${QEMU}-static
ADD https://www.picapport.de/download/${VERSION}/picapport-headless.jar /picapport-headless.jar
RUN chmod +x /usr/bin/qemu-${QEMU}-static
Expand Down

0 comments on commit a6acd6f

Please sign in to comment.