🐛 Fix docker buildx syntax

The docker build syntax was in incorrect location which was causing the
builds to fail.

https://github.com/docker/buildx/issues/348#issuecomment-709155842
This commit is contained in:
naveen 2021-03-30 03:46:32 +00:00 committed by Naveen
parent 3e4432ceea
commit 2f62126a3e

View File

@ -1,3 +1,4 @@
# syntax = docker/dockerfile:experimental
# Copyright 2020 Security Scorecard Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
@ -12,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# syntax = docker/dockerfile:1-experimental
FROM golang:1.16 as base
WORKDIR /src