Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_dockers.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -eu

CUR_DIR=$(dirname "${BASH_SOURCE[0]}")

: ${GOLANG_VERSION:=1.11.1}
: ${GOLANG_VERSION:=1.12.4}
export GOLANG_VERSION

#If you are not in docker group and you have sudo, default value is sudo
Expand Down
2 changes: 1 addition & 1 deletion centos_6.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y gcc libcurl-devel gettext-devel openssl-devel perl-CPAN perl-
make install && \
git --version

ARG GOLANG_VERSION=1.11.1
ARG GOLANG_VERSION=1.12.4

ENV GOROOT=/usr/local/go

Expand Down
2 changes: 1 addition & 1 deletion centos_7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y gettext-devel libcurl-devel openssl-devel perl-CPAN perl-deve
make install && \
git --version

ARG GOLANG_VERSION=1.11.1
ARG GOLANG_VERSION=1.12.4

ENV GOROOT=/usr/local/go

Expand Down
2 changes: 1 addition & 1 deletion commit_tags.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu

cd $(dirname "${BASH_SOURCE[0]}")

: ${GOLANG_VERSION:=1.11.1}
: ${GOLANG_VERSION:=1.12.4}
export GOLANG_VERSION

export DOCKER_LFS_BUILD_VERSION=${DOCKER_LFS_BUILD_VERSION:-release-2.1}
Expand Down
2 changes: 1 addition & 1 deletion debian_7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN echo 'deb http://http.debian.net/debian wheezy-backports main' > /etc/apt/so
RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \
apt-get install -y -t wheezy-backports git dpkg-dev dh-golang ruby-ronn curl

ARG GOLANG_VERSION=1.11.1
ARG GOLANG_VERSION=1.12.4

ENV GOROOT=/usr/local/go

Expand Down
2 changes: 1 addition & 1 deletion debian_8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL RUN="docker run -v git-lfs-checkout-dir:/src -v repo_dir:/repo"
RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \
apt-get install -y git dpkg-dev dh-golang ruby-ronn curl

ARG GOLANG_VERSION=1.11.1
ARG GOLANG_VERSION=1.12.4

ENV GOROOT=/usr/local/go

Expand Down
2 changes: 1 addition & 1 deletion debian_9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL RUN="docker run -v git-lfs-checkout-dir:/src -v repo_dir:/repo"
RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \
apt-get install -y git dpkg-dev dh-golang ruby-ronn curl

ARG GOLANG_VERSION=1.11.1
ARG GOLANG_VERSION=1.12.4

ENV GOROOT=/usr/local/go

Expand Down