Skip to content

Commit

Permalink
Update Maintainers to align with official site
Browse files Browse the repository at this point in the history
- Removes the , before Ltd.
  • Loading branch information
sigalsax committed May 24, 2020
1 parent d41c5f9 commit b85ea69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1.13 as secrets-provider-builder
MAINTAINER CyberArk Software, Ltd.
MAINTAINER CyberArk Software Ltd.

ENV GOOS=linux \
GOARCH=amd64
Expand All @@ -23,7 +23,7 @@ FROM busybox

# =================== MAIN CONTAINER ===================
FROM alpine:3.11 as secrets-provider
MAINTAINER CyberArk Software, Ltd.
MAINTAINER CyberArk Software Ltd.

# copy a few commands from busybox
COPY --from=busybox /bin/tar /bin/tar
Expand Down

0 comments on commit b85ea69

Please sign in to comment.