Skip to content

Commit

Permalink
Merge pull request #274 from ash007-ibm/update-golang-1.17.7
Browse files Browse the repository at this point in the history
Golang 1.17.7
  • Loading branch information
ash007-ibm authored Feb 15, 2022
2 parents 5bf50ad + 038e013 commit e2b33ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.17.6 as builder
FROM golang:1.17.7 as builder


WORKDIR /workspace
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN wget -O /qemu-ppc64le-static https://github.com/multiarch/qemu-user-static/r
RUN chmod +x /qemu-ppc64le-static

# Build the manager binary
FROM golang:1.17.6 as builder
FROM golang:1.17.7 as builder

ARG GOARCH

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.s390x
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN wget -O /qemu-s390x-static https://github.com/multiarch/qemu-user-static/rel
RUN chmod +x /qemu-s390x-static

# Build the manager binary
FROM golang:1.17.6 as builder
FROM golang:1.17.7 as builder

ARG GOARCH

Expand Down

0 comments on commit e2b33ad

Please sign in to comment.