1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-08-01 22:34:08 +00:00

Alpine Linux 3.14 (#221)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-08-19 12:53:41 +02:00 committed by GitHub
parent 9c27463bbf
commit f8b18336f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
ARG LIBRENMS_VERSION="21.7.0"
FROM crazymax/yasu:latest AS yasu
FROM crazymax/alpine-s6:3.13-2.2.0.3
FROM crazymax/alpine-s6:3.14-2.2.0.3
COPY --from=yasu / /
RUN apk --update --no-cache add \
@ -62,7 +62,7 @@ RUN apk --update --no-cache add \
rrdtool \
runit \
shadow \
syslog-ng=3.30.1-r0 \
syslog-ng=3.30.1-r1 \
ttf-dejavu \
tzdata \
util-linux \