push to version 11.0.0-SNAPSHOT.20220625052932
This commit is contained in:
parent
737e4fcb0f
commit
dff72fdea7
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine:3.15 AS builder
|
FROM docker.io/alpine:3.15 AS builder
|
||||||
|
|
||||||
ENV VERSION=11.0.0-SNAPSHOT.20220418221611
|
ENV VERSION=11.0.0-SNAPSHOT.20220625052932
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
openjdk17-jdk \
|
openjdk17-jdk \
|
||||||
maven \
|
maven \
|
||||||
|
@ -13,7 +13,7 @@ RUN git checkout "$VERSION"
|
||||||
RUN mvn package
|
RUN mvn package
|
||||||
|
|
||||||
|
|
||||||
FROM thallian/alpine-s6:latest
|
FROM docker.io/thallian/alpine-s6:latest
|
||||||
|
|
||||||
ENV JAVA_OPTIONS=-Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8
|
ENV JAVA_OPTIONS=-Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8
|
||||||
ENV AIRSONIC_DIR=/home/airsonic
|
ENV AIRSONIC_DIR=/home/airsonic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue