mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-02 02:49:16 +01:00
Updated Golang to 1.22 version on Ubuntu
This commit is contained in:
parent
d4e3edc5ee
commit
66dc8bd6cd
@ -6,7 +6,7 @@ ARG ZBX_VERSION=${MAJOR_VERSION}.33
|
|||||||
|
|
||||||
ENV TERM=xterm \
|
ENV TERM=xterm \
|
||||||
ZBX_VERSION=${ZBX_VERSION} \
|
ZBX_VERSION=${ZBX_VERSION} \
|
||||||
PATH=/usr/lib/go-1.21/bin:$PATH
|
PATH=/usr/lib/go-1.22/bin:$PATH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="Alexey Pustovalov <alexey.pustovalov@zabbix.com>" \
|
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" \
|
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 \
|
pkg-config \
|
||||||
gettext \
|
gettext \
|
||||||
git \
|
git \
|
||||||
golang-1.21 \
|
golang-1.22 \
|
||||||
unzip \
|
unzip \
|
||||||
unixodbc-dev \
|
unixodbc-dev \
|
||||||
zlib1g-dev" && \
|
zlib1g-dev" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user