Skip to content

Commit

Permalink
Merge pull request #83 from linux-on-ibm-z/distroless
Browse files Browse the repository at this point in the history
Fix the failing multiarch builds
  • Loading branch information
k8s-ci-robot authored Oct 9, 2020
2 parents e7a9810 + 8d4f839 commit 5b6184e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/distroless/static:latest
FROM gcr.io/distroless/static:latest-amd64
LABEL maintainers="Kubernetes Authors"
LABEL description="CSI Driver liveness probe"
ARG binary=./bin/livenessprobe
Expand Down

0 comments on commit 5b6184e

Please sign in to comment.