mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-17 03:51:00 +02:00
Updated Go lang on Ubuntu (noble), Nginx on RHEL like OS base images
This commit is contained in:
@ -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" && \
|
||||
|
Reference in New Issue
Block a user