mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-21 23:33:31 +01:00
Updated Go lang to 1.21 for Ubuntu
This commit is contained in:
parent
75fc3073e8
commit
b272288406
@ -6,7 +6,7 @@ ARG ZBX_VERSION=${MAJOR_VERSION}.11
|
||||
|
||||
ENV TERM=xterm \
|
||||
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>" \
|
||||
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 \
|
||||
gettext \
|
||||
git \
|
||||
golang-1.20 \
|
||||
golang-1.21 \
|
||||
unzip \
|
||||
unixodbc-dev" && \
|
||||
apt-get -y update && \
|
||||
|
Loading…
Reference in New Issue
Block a user