Skip to content

Commit

Permalink
build smaller ShellCheck binary for Linux x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Mar 12, 2024
1 parent 52dc663 commit c412337
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/linux.x86_64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FROM alpine:latest
FROM alpine:3.16
# alpine:3.16 (GHC 9.0.1): 5.8 megabytes
# alpine:3.17 (GHC 9.0.2): 15.0 megabytes
# alpine:3.18 (GHC 9.4.4): 29.0 megabytes
# alpine:3.19 (GHC 9.4.7): 29.0 megabytes

ENV TARGETNAME linux.x86_64

Expand Down

0 comments on commit c412337

Please sign in to comment.