Skip to content

Commit

Permalink
More library upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
manios committed Dec 12, 2024
1 parent f1a1b01 commit a8120f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# https://www.docker.com/blog/docker-arm-virtual-meetup-multi-arch-with-buildx/

FROM alpine:3.17 as builder-base
FROM alpine:3.19 as builder-base

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand All @@ -29,8 +29,8 @@ RUN addgroup -S ${NAGIOS_GROUP} && \
adduser -S ${NAGIOS_USER} -G ${NAGIOS_CMDGROUP} -g ${NAGIOS_USER} && \
apk update && \
apk add --no-cache git curl unzip apache2 apache2-utils rsyslog \
php7 php7-gd php7-cli runit parallel ssmtp \
libltdl libintl openssl-dev php7-apache2 procps tzdata \
php83 php83-gd php83-cli runit parallel ssmtp \
libltdl libintl openssl-dev php83-apache2 procps tzdata \
libldap mariadb-connector-c freeradius-client-dev libpq libdbi \
lm-sensors perl net-snmp-perl perl-net-snmp perl-crypt-x509 \
perl-timedate perl-libwww perl-text-glob samba-client openssh openssl \
Expand Down Expand Up @@ -68,7 +68,7 @@ RUN apk update && \
apk add --no-cache build-base automake libtool autoconf py-docutils gnutls \
gnutls-dev g++ make alpine-sdk build-base gcc autoconf \
gettext-dev linux-headers openssl-dev net-snmp net-snmp-tools \
libcrypto1.1 libpq musl libldap libssl1.1 libdbi freeradius-client mariadb-connector-c \
libcrypto3 libpq musl libldap libssl3 libdbi freeradius-client mariadb-connector-c \
openssh-client bind-tools samba-client fping grep rpcbind \
lm-sensors net-snmp-tools \
file freeradius-client-dev libdbi-dev libpq linux-headers mariadb-dev \
Expand Down

0 comments on commit a8120f6

Please sign in to comment.