1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Remove blank line from start of Dockerfile breaking syntax declaration (#20948)

This commit is contained in:
Effy Elden 2022-11-18 02:25:07 +11:00 committed by GitHub
parent 0a78631e86
commit 231e3ec552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"