1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-25 03:08:47 +00:00

Alpine Linux 3.15 (#253)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-02-20 01:59:08 +01:00 committed by GitHub
parent 81c09252bf
commit 766c8a6e81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
ARG LIBRENMS_VERSION="22.2.0"
FROM crazymax/yasu:latest AS yasu
FROM crazymax/alpine-s6:3.14-2.2.0.3
FROM crazymax/alpine-s6:3.15-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-r1 \
syslog-ng=3.30.1-r3 \
ttf-dejavu \
tzdata \
util-linux \