Skip to content

Commit

Permalink
fix(dockerfile): fix syntax typo
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk committed Aug 29, 2020
1 parent 9669312 commit 0e91dac
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 @@ -5,7 +5,7 @@ ARG VERSION
LABEL org.opencontainers.image.vendor="NeuraLegion"
LABEL org.opencontainers.image.title="Repeater"
LABEL org.opencontainers.image.source="git@github.com:NeuraLegion/nexploit-cli.git"
LABEL org.opencontainers.image.url="https://github.com/NeuraLegion/nexploit-cli" \
LABEL org.opencontainers.image.url="https://github.com/NeuraLegion/nexploit-cli"
LABEL org.opencontainers.image.authors="Arten Derevnjuk <artem.derevnjuk@neuralegion.com>"
LABEL org.opencontainers.image.version="$VERSION"

Expand Down

0 comments on commit 0e91dac

Please sign in to comment.