use newer base image

This commit is contained in:
Sebastian Hugentobler 2022-07-12 18:45:26 +02:00
parent dff72fdea7
commit 164efe9d2d

View File

@ -1,4 +1,4 @@
FROM docker.io/alpine:3.15 AS builder
FROM docker.io/alpine:3.16 AS builder
ENV VERSION=11.0.0-SNAPSHOT.20220625052932
RUN apk add --no-cache \
@ -13,7 +13,7 @@ RUN git checkout "$VERSION"
RUN mvn package
FROM docker.io/thallian/alpine-s6:latest
FROM docker.io/thallian/alpine-s6:3.16
ENV JAVA_OPTIONS=-Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8
ENV AIRSONIC_DIR=/home/airsonic