Skip to content
Snippets Groups Projects
Verified Commit 2ffd7255 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

change defaults in dockerfile

parent 2753f31c
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@ RUN apk add --no-cache \
qt5-qtbase-postgresql \
qt5-qtbase-sqlite
ARG QUASSEL_VERSION=""
ARG QUASSEL_BRANCH="master"
ARG QUASSEL_VERSION="0.13.1"
ARG QUASSEL_BRANCH="0.13"
ARG QUASSEL_REPO="https://github.com/quassel/quassel"
RUN if [ "$QUASSEL_BRANCH" = "0.13" ]; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment