1
0
Fork 0

Update alpine Docker tag to v3.19

develop
renovate[bot] 2023-12-08 04:45:10 +00:00 committed by GitHub
parent 391791c4b4
commit 18a77e232a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.18 AS share
FROM alpine:3.19 AS share
RUN apk add --no-cache git
WORKDIR /icecast/share/
@ -9,7 +9,7 @@ RUN chmod -R a-rwx,a+rX .
###
FROM alpine:3.18 AS icecast-download
FROM alpine:3.19 AS icecast-download
RUN apk add --no-cache curl ca-certificates
WORKDIR /usr/src/
@ -18,7 +18,7 @@ RUN curl -L http://downloads.xiph.org/releases/icecast/icecast-${ICECAST_VERSION
###
FROM alpine:3.18 AS icecast
FROM alpine:3.19 AS icecast
RUN apk add --no-cache \
build-base file openssl-dev libxslt-dev \
@ -34,7 +34,7 @@ RUN make install
###
FROM alpine:3.18
FROM alpine:3.19
# add runtime deps
RUN \

View File

@ -11,7 +11,7 @@ RUN install -v -m0755 metacollectord /target/usr/local/bin/metacollectord
###
FROM alpine:3.18
FROM alpine:3.19
RUN apk add sqlite-libs

View File

@ -9,7 +9,7 @@ RUN install -v -m0755 tunaposter/tunaposter /target/usr/local/bin/tunaposter
###
FROM alpine:3.18
FROM alpine:3.19
COPY --from=0 /target/ /