Skip to content

Commit 7368517

Browse files
authored
Merge pull request #424 from Behnam-Shobiri/update-golang-1.20.2
Update golang to 1.20.2
2 parents 09c87dd + 8852641 commit 7368517

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM calico/bpftool:v5.3-amd64 as bpftool
33
FROM us-docker.pkg.dev/google.com/api-project-999119582588/go-boringcrypto/golang:1.18.9b7
44
MAINTAINER Shaun Crampton <[email protected]>
55

6-
ARG GO_VERSION=1.19.7
6+
ARG GO_VERSION=1.20.2
77
ARG QEMU_VERSION=4.2.0-6
88

99
# we need these two distinct lists. The first one is the names used by the qemu distributions

Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt update && apt install -y curl
1212
RUN for i in ${QEMU_ARCHS}; do curl -L https://github.com/multiarch/qemu-user-static/releases/download/v${QEMU_VERSION}/qemu-${i}-static.tar.gz | tar zxvf - -C /usr/bin; done
1313
RUN chmod +x /usr/bin/qemu-*
1414

15-
FROM arm64v8/golang:1.19.7-buster
15+
FROM arm64v8/golang:1.20.2-buster
1616

1717
ARG MANIFEST_TOOL_VERSION=v1.0.2
1818

Dockerfile.armv7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk --update add curl
99
RUN for i in ${QEMU_ARCHS}; do curl -L https://github.com/multiarch/qemu-user-static/releases/download/v${QEMU_VERSION}/qemu-${i}-static.tar.gz | tar zxvf - -C /usr/bin; done
1010
RUN chmod +x /usr/bin/qemu-*
1111

12-
FROM arm32v7/golang:1.19.7-alpine3.17
12+
FROM arm32v7/golang:1.20.2-alpine3.17
1313
MAINTAINER Marc Crebassa <[email protected]>
1414

1515
ARG MANIFEST_TOOL_VERSION=v1.0.2

Dockerfile.ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk --update add curl
99
RUN for i in ${QEMU_ARCHS}; do curl -L https://github.com/multiarch/qemu-user-static/releases/download/v${QEMU_VERSION}/qemu-${i}-static.tar.gz | tar zxvf - -C /usr/bin; done
1010
RUN chmod +x /usr/bin/qemu-*
1111

12-
FROM ppc64le/golang:1.19.7-alpine3.17
12+
FROM ppc64le/golang:1.20.2-alpine3.17
1313
MAINTAINER David Wilder <[email protected]>
1414

1515
ARG MANIFEST_TOOL_VERSION=v1.0.2

Dockerfile.s390x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk --update add curl
99
RUN for i in ${QEMU_ARCHS}; do curl -L https://github.com/multiarch/qemu-user-static/releases/download/v${QEMU_VERSION}/qemu-${i}-static.tar.gz | tar zxvf - -C /usr/bin; done
1010
RUN chmod +x /usr/bin/qemu-*
1111

12-
FROM s390x/golang:1.19.7-alpine3.17
12+
FROM s390x/golang:1.20.2-alpine3.17
1313
MAINTAINER LoZ Open Source Ecosystem (https://www.ibm.com/developerworks/community/groups/community/lozopensource)
1414

1515
ARG MANIFEST_TOOL_VERSION=v1.0.2

0 commit comments

Comments
 (0)