Updated Go lang on Ubuntu (noble), Nginx on RHEL like OS base images

This commit is contained in:
Alexey Pustovalov
2024-12-07 16:48:07 +09:00
parent 3a373a6546
commit ecb200f835
6 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@ ARG ZBX_VERSION=${MAJOR_VERSION}.36
ENV TERM=xterm \
ZBX_VERSION=${ZBX_VERSION} \
PATH=/usr/lib/go-1.22/bin:$PATH
PATH=/usr/lib/go-1.23/bin:$PATH
LABEL org.opencontainers.image.authors="Alexey Pustovalov <alexey.pustovalov@zabbix.com>" \
org.opencontainers.image.description="Zabbix build base image contains all required packages to build Zabbix images" \
@ -44,7 +44,7 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
pkg-config \
gettext \
git \
golang-1.22 \
golang-1.23 \
unzip \
unixodbc-dev \
zlib1g-dev" && \