From 0898a2734f2c134f61f29bcb8e756b088ff5ff0e Mon Sep 17 00:00:00 2001 From: Fredrik Olsson Date: Mon, 23 Jun 2025 12:16:26 +0200 Subject: [PATCH] See: https://github.com/moby/buildkit/issues/1951 and https://github.com/moby/buildkit/issues/5611 --- auth/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auth/Dockerfile b/auth/Dockerfile index 1335cd1..904429b 100644 --- a/auth/Dockerfile +++ b/auth/Dockerfile @@ -1,3 +1,5 @@ +# syntax=docker/dockerfile:labs + FROM ubuntu EXPOSE 8080