Skip to content

Commit e075cde

Browse files
committed
Revert docker image to 18.04 since ld fails on later versions
1 parent 9f578f4 commit e075cde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build-only image
2-
FROM ubuntu:19.10 AS build
2+
FROM ubuntu:18.04 AS build
33
USER root
44
WORKDIR /opt/shellCheck
55

manpage

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
2-
echo >&2 "Generating man page using pandoc"
2+
echo >&2 "Generating man page using pandoc"
33
pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1 || exit
44
echo >&2 "Done. You can read it with: man ./shellcheck.1"

0 commit comments

Comments
 (0)