about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorEffy Elden <effy@effy.space>2022-11-18 02:25:07 +1100
committerGitHub <noreply@github.com>2022-11-17 10:25:07 -0500
commit231e3ec5525939971b8b4001d28123119b4eed3a (patch)
tree3afb7869b552623c68b1ee07397333452b0020f1 /Dockerfile
parent0a78631e86589df15261528863a90b83e220cc80 (diff)
Remove blank line from start of Dockerfile breaking syntax declaration (#20948)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 948f5301b..081981d46 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,3 @@
-
 # syntax=docker/dockerfile:1.4
 # This needs to be bullseye-slim because the Ruby image is built on bullseye-slim
 ARG NODE_VERSION="16.17.1-bullseye-slim"