mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 08:50:01 +08:00
Revert docker image to 18.04 since ld fails on later versions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Build-only image
|
||||
FROM ubuntu:19.10 AS build
|
||||
FROM ubuntu:18.04 AS build
|
||||
USER root
|
||||
WORKDIR /opt/shellCheck
|
||||
|
||||
|
Reference in New Issue
Block a user