Fix typo in Dockerfile (#1468)

specifc -> specific
This commit is contained in:
Ikko Ashimine
2022-11-08 11:39:44 +09:00
committed by GitHub
parent 204f514633
commit e0cb7e4342

View File

@@ -1,5 +1,5 @@
# This builds the specifc version of Zig used by bun
# This builds the specific version of Zig used by bun
# It outputs a zig.zip file
FROM ubuntu:18.04