mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-22 13:28:41 +01:00
Updated Go lang to 1.21 for Ubuntu
This commit is contained in:
parent
28f330907f
commit
f4697af90a
@ -6,7 +6,7 @@ ARG ZBX_VERSION=${MAJOR_VERSION}
|
|||||||
|
|
||||||
ENV TERM=xterm \
|
ENV TERM=xterm \
|
||||||
ZBX_VERSION=${ZBX_VERSION} \
|
ZBX_VERSION=${ZBX_VERSION} \
|
||||||
PATH=/usr/lib/go-1.20/bin:$PATH
|
PATH=/usr/lib/go-1.21/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" \
|
||||||
@ -43,7 +43,7 @@ RUN set -eux && \
|
|||||||
pkg-config \
|
pkg-config \
|
||||||
gettext \
|
gettext \
|
||||||
git \
|
git \
|
||||||
golang-1.20 \
|
golang-1.21 \
|
||||||
unzip \
|
unzip \
|
||||||
unixodbc-dev" && \
|
unixodbc-dev" && \
|
||||||
apt-get -y update && \
|
apt-get -y update && \
|
||||||
|
Loading…
Reference in New Issue
Block a user