fixing Dockerfile for german language

This commit is contained in:
2022-04-21 23:08:55 +02:00
parent c25316d268
commit a066e7be32
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ MAINTAINER Stephan Richter <s.richter@srsoftware.de>
RUN apk add --no-cache --update bash git maven openjdk17
# get the sources
RUN git clone https://git.srsoftware.de/StephanRichter/Widerhall.git
RUN git clone https://git.srsoftware.de/StephanRichter/Widerhall.git -b lang_de
WORKDIR Widerhall
# compile

View File

@@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>Widerhall</artifactId>
<version>0.2.8</version>
<version>0.2.9</version>
<build>
<plugins>
<plugin>