mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 04:51:37 -07:00
Revert docker image to 18.04 since ld fails on later versions
This commit is contained in:
parent
9f578f41a1
commit
e075cde357
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Build-only image
|
# Build-only image
|
||||||
FROM ubuntu:19.10 AS build
|
FROM ubuntu:18.04 AS build
|
||||||
USER root
|
USER root
|
||||||
WORKDIR /opt/shellCheck
|
WORKDIR /opt/shellCheck
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue