Skip to content

Commit

Permalink
Update to Ubuntu 22.04 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfram Rösler committed Sep 28, 2023
1 parent 5624749 commit 76eea75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
MAINTAINER Jason Rivers <jason@jasonrivers.co.uk>

ENV NAGIOS_HOME /opt/nagios
Expand Down Expand Up @@ -88,7 +88,7 @@ RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set
snmpd \
snmp-mibs-downloader \
unzip \
python \
python3 \
&& \
apt-get clean && rm -Rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Docker image for Nagios

Build Status: [![Build Status](https://travis-ci.org/JasonRivers/Docker-Nagios.svg?branch=master)](https://travis-ci.org/JasonRivers/Docker-Nagios)

Nagios Core 4.4.14 running on Ubuntu 20.04 LTS with NagiosGraph & NRPE
Nagios Core 4.4.14 running on Ubuntu 22.04 LTS with NagiosGraph & NRPE

| Product | Version |
| ------- | ------- |
Expand Down

0 comments on commit 76eea75

Please sign in to comment.