1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Merge pull request #328 from crazy-max/update-alpine

Alpine Linux 3.17
This commit is contained in:
CrazyMax 2022-12-30 08:52:30 +01:00 committed by GitHub
commit c70e3d3f0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
ARG LIBRENMS_VERSION="22.11.0"
ARG WEATHERMAP_PLUGIN_COMMIT="697ac3cdb517aedc81d3b0b2e9ae5582234dca54"
ARG ALPINE_VERSION="3.16"
ARG ALPINE_VERSION="3.17"
FROM crazymax/yasu:latest AS yasu
FROM crazymax/alpine-s6:${ALPINE_VERSION}-2.2.0.3
@ -23,6 +23,7 @@ RUN apk --update --no-cache add \
imagemagick \
ipmitool \
iputils \
libcap-utils \
mariadb-client \
monitoring-plugins \
mtr \
@ -66,12 +67,11 @@ RUN apk --update --no-cache add \
rrdtool \
runit \
shadow \
syslog-ng=3.36.1-r0 \
syslog-ng=3.38.1-r0 \
ttf-dejavu \
tzdata \
util-linux \
whois \
&& ln -s /usr/bin/php81 /usr/bin/php \
&& apk --update --no-cache add -t build-dependencies \
build-base \
make \

View file

@ -1,4 +1,4 @@
@version:3.36
@version:3.38
options {
chain_hostnames(off);