File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV RUBY_VERSION="2.6.5" \
19
19
NODE_VERSION="12.13.0" \
20
20
NODE_10_VERSION="10.16.3" \
21
21
NODE_8_VERSION="8.16.0" \
22
- GOLANG_VERSION="1.13.1 " \
22
+ GOLANG_VERSION="1.13.15 " \
23
23
GOLANG_12_VERSION="1.12.9" \
24
24
DOCKER_18_VERSION="18.09.6" \
25
25
DOCKER_VERSION="19.03.11" \
@@ -129,7 +129,7 @@ COPY ssh_config /root/.ssh/config
129
129
130
130
# Configure SSM
131
131
RUN set -ex \
132
- && yum install -y https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent /latest/linux_arm64/amazon-ssm-agent.rpm
132
+ && yum install -y https://s3.eu-north-1. amazonaws.com/amazon-ssm-eu-north-1 /latest/linux_arm64/amazon-ssm-agent.rpm
133
133
COPY amazon-ssm-agent.json /etc/amazon/ssm/
134
134
135
135
COPY runtimes.yml /codebuild/image/config/runtimes.yml
@@ -510,7 +510,7 @@ RUN set -ex \
510
510
# **************** END JAVA ****************************************************
511
511
512
512
# **************** GO 1.13 **********************************************************
513
- ENV GOLANG_DOWNLOAD_SHA256="8af8787b7c2a3c0eb3f20f872577fcb6c36098bf725c59c4923921443084c807 " \
513
+ ENV GOLANG_DOWNLOAD_SHA256="a5c59e3f0aeaf6e939790152a8bfabb91d70c9787afb7aee06aef9bd4411c551 " \
514
514
GOPATH="/go" \
515
515
DEP_VERSION="0.5.1" \
516
516
DEP_BINARY="dep-linux-arm64"
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3.us-we
83
83
84
84
# Configure SSM
85
85
RUN set -ex \
86
- && yum install -y https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent /latest/linux_arm64/amazon-ssm-agent.rpm
86
+ && yum install -y https://s3.eu-north-1. amazonaws.com/amazon-ssm-eu-north-1 /latest/linux_arm64/amazon-ssm-agent.rpm
87
87
88
88
# Install env tools for runtimes
89
89
# # Dotnet
@@ -275,8 +275,8 @@ ENV GOPATH="/go" \
275
275
DEP_VERSION="0.5.4" \
276
276
DEP_BINARY="dep-linux-arm64"
277
277
278
- ENV GOLANG_14_VERSION="1.14.4 "
279
- ENV GOLANG_14_DOWNLOAD_SHA256="05dc46ada4e23a1f58e72349f7c366aae2e9c7a7f1e7653095538bc5bba5e077 "
278
+ ENV GOLANG_14_VERSION="1.14.7 "
279
+ ENV GOLANG_14_DOWNLOAD_SHA256="fe5b6f6e441f3cb7b53ebf1a010bbebcb720ac98124984cfe2e51d72b8a58c71 "
280
280
281
281
RUN set -ex \
282
282
&& mkdir -p "$GOPATH/src" "$GOPATH/bin" \
@@ -294,8 +294,8 @@ ENV PATH="$GOPATH/bin:/usr/local/go/bin:$PATH"
294
294
295
295
# **************** GO 1.13 **********************************************************
296
296
297
- ENV GOLANG_13_VERSION="1.13.12 "
298
- ENV GOLANG_13_DOWNLOAD_SHA256="7a8b4e7841d978c95dae8ef53e19811ee2d5c595a1c5ec7afed74bb8f71588b8 "
297
+ ENV GOLANG_13_VERSION="1.13.15 "
298
+ ENV GOLANG_13_DOWNLOAD_SHA256="a5c59e3f0aeaf6e939790152a8bfabb91d70c9787afb7aee06aef9bd4411c551 "
299
299
300
300
RUN set -ex \
301
301
&& wget -nv "https://dl.google.com/go/go$GOLANG_13_VERSION.linux-arm64.tar.gz" -O /tmp/golang.tar.gz \
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3-us-we
118
118
119
119
# Configure SSM
120
120
RUN set -ex \
121
- && yum install -y https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent /latest/linux_amd64/amazon-ssm-agent.rpm
121
+ && yum install -y https://s3.eu-north-1. amazonaws.com/amazon-ssm-eu-north-1 /latest/linux_amd64/amazon-ssm-agent.rpm
122
122
123
123
# Install env tools for runtimes
124
124
# # Dotnet
@@ -346,7 +346,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
346
346
# **************** END PHP ****************************************************
347
347
348
348
# **************** GOLANG ****************************************************
349
- ENV GOLANG_13_VERSION="1.13.8 " \
349
+ ENV GOLANG_13_VERSION="1.13.15 " \
350
350
GOLANG_12_VERSION="1.12.17"
351
351
352
352
ENV GOENV_DISABLE_GOPATH=1
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3.us-we
119
119
120
120
# Configure SSM
121
121
RUN set -ex \
122
- && yum install -y https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent /latest/linux_amd64/amazon-ssm-agent.rpm
122
+ && yum install -y https://s3.eu-north-1. amazonaws.com/amazon-ssm-eu-north-1 /latest/linux_amd64/amazon-ssm-agent.rpm
123
123
124
124
# Install env tools for runtimes
125
125
# # Dotnet
@@ -339,7 +339,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
339
339
# **************** END PHP ****************************************************
340
340
341
341
# **************** GOLANG ****************************************************
342
- ENV GOLANG_13_VERSION="1.13.12 " \
342
+ ENV GOLANG_13_VERSION="1.13.15 " \
343
343
GOLANG_12_VERSION="1.12.17"
344
344
345
345
ENV GOENV_DISABLE_GOPATH=1
@@ -432,7 +432,7 @@ ENV RUBY_27_VERSION="2.7.1"
432
432
RUN rbenv install $RUBY_27_VERSION; rm -rf /tmp/*; rbenv global $RUBY_27_VERSION;ruby -v
433
433
434
434
# Golang 14
435
- ENV GOLANG_14_VERSION="1.14.4 "
435
+ ENV GOLANG_14_VERSION="1.14.7 "
436
436
RUN goenv install $GOLANG_14_VERSION; rm -rf /tmp/*; \
437
437
goenv global $GOLANG_14_VERSION
438
438
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3-us-we
127
127
RUN set -ex \
128
128
&& mkdir /tmp/ssm \
129
129
&& cd /tmp/ssm \
130
- && wget https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent /latest/debian_amd64/amazon-ssm-agent.deb \
130
+ && wget https://s3.eu-north-1. amazonaws.com/amazon-ssm-eu-north-1 /latest/debian_amd64/amazon-ssm-agent.deb \
131
131
&& dpkg -i amazon-ssm-agent.deb
132
132
133
133
# Install env tools for runtimes
@@ -277,7 +277,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
277
277
# **************** END PHP ****************************************************
278
278
279
279
# **************** GOLANG ****************************************************
280
- ENV GOLANG_13_VERSION="1.13.8 " \
280
+ ENV GOLANG_13_VERSION="1.13.15 " \
281
281
GOLANG_12_VERSION="1.12.17"
282
282
283
283
RUN goenv install $GOLANG_12_VERSION; rm -rf /tmp/*
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ RUN curl -sS -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3.us-we
128
128
RUN set -ex \
129
129
&& mkdir /tmp/ssm \
130
130
&& cd /tmp/ssm \
131
- && wget https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent /latest/debian_amd64/amazon-ssm-agent.deb \
131
+ && wget https://s3.eu-north-1. amazonaws.com/amazon-ssm-eu-north-1 /latest/debian_amd64/amazon-ssm-agent.deb \
132
132
&& dpkg -i amazon-ssm-agent.deb
133
133
134
134
# Install env tools for runtimes
@@ -285,7 +285,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
285
285
# **************** END PHP ****************************************************
286
286
287
287
# **************** GOLANG ****************************************************
288
- ENV GOLANG_13_VERSION="1.13.12 " \
288
+ ENV GOLANG_13_VERSION="1.13.15 " \
289
289
GOLANG_12_VERSION="1.12.17"
290
290
291
291
RUN goenv install $GOLANG_12_VERSION; rm -rf /tmp/*
@@ -458,7 +458,7 @@ VOLUME /var/lib/docker
458
458
FROM runtimes_n_corretto AS std_v4
459
459
460
460
# GoLang 14
461
- ENV GOLANG_14_VERSION="1.14.4 "
461
+ ENV GOLANG_14_VERSION="1.14.7 "
462
462
RUN goenv install $GOLANG_14_VERSION; rm -rf /tmp/*; \
463
463
goenv global $GOLANG_14_VERSION
464
464
You can’t perform that action at this time.
0 commit comments