Updated Ubuntu to 24.04

This commit is contained in:
Alexey Pustovalov
2024-04-24 02:18:27 +09:00
parent a92423e094
commit 50c3e38892
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