Skip to content

Commit

Permalink
Revert docker image to 18.04 since ld fails on later versions
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Nov 16, 2019
1 parent 9f578f4 commit e075cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build-only image
FROM ubuntu:19.10 AS build
FROM ubuntu:18.04 AS build
USER root
WORKDIR /opt/shellCheck

Expand Down
2 changes: 1 addition & 1 deletion manpage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
echo >&2 "Generating man page using pandoc"
echo >&2 "Generating man page using pandoc"
pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1 || exit
echo >&2 "Done. You can read it with: man ./shellcheck.1"

0 comments on commit e075cde

Please sign in to comment.