Skip to content

Commit

Permalink
Updated Golang to 1.22 version on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Aug 14, 2024
1 parent 75b7bf1 commit 4d14e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfiles/build-base/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG ZBX_VERSION=${MAJOR_VERSION}.17

ENV TERM=xterm \
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 <[email protected]>" \
org.opencontainers.image.description="Zabbix build base image contains all required packages to build Zabbix images" \
Expand Down Expand Up @@ -44,7 +44,7 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
pkg-config \
gettext \
git \
golang-1.21 \
golang-1.22 \
unzip \
unixodbc-dev \
zlib1g-dev" && \
Expand Down

0 comments on commit 4d14e06

Please sign in to comment.