2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-10-05 05:03:53 +00:00

Update to alpine 3.17

This commit is contained in:
Joe Groocock 2023-01-03 19:50:22 +00:00
parent f085536c27
commit e8dda2c9a7
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -17,7 +17,7 @@ ARG LDFLAGS="$CFLAGS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FROM spritsail/alpine:3.16 AS builder FROM spritsail/alpine:3.17 AS builder
RUN apk add --no-cache \ RUN apk add --no-cache \
autoconf \ autoconf \