hack: move syntax directive to top of generated-files

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell 2023-01-31 17:30:42 +00:00
parent a9fd128910
commit 5f130b25ad
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# syntax=docker/dockerfile-upstream:master
# Forked from https://github.com/moby/buildkit/blob/e1b3b6c4abf7684f13e6391e5f7bc9210752687a/hack/dockerfiles/generated-files.Dockerfile
# Copyright The BuildKit Authors.
# Copyright The Buildx Authors.
# Licensed under the Apache License, Version 2.0
# syntax=docker/dockerfile-upstream:master
ARG GO_VERSION="1.19"
ARG PROTOC_VERSION="3.11.4"