use newer base image
This commit is contained in:
parent
dff72fdea7
commit
164efe9d2d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue