Updated Ubuntu from 22.04 (jammy) to 24.04 (noble)

This commit is contained in:
Alexey Pustovalov
2024-04-24 02:18:27 +09:00
parent 9091d1ab29
commit 32b1790aa3
48 changed files with 96 additions and 125 deletions

View File

@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder
FROM ubuntu:jammy
FROM ubuntu:noble
ARG MAJOR_VERSION
ARG ZBX_VERSION