Skip to content

Commit 23cedbd

Browse files
committed
fix(docker): remove syntax directive to avoid Docker Hub auth on BuildKit frontend pull
Signed-off-by: lelia <lelia@socket.dev>
1 parent 3a20893 commit 23cedbd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# syntax=docker/dockerfile:1
2-
31
# ─── Global version pins (single source of truth) ────────────────────────────
42
# Dependabot tracks all ARGs below via the FROM lines that reference them.
53
# To override at build time: docker build --build-arg TRIVY_VERSION=0.70.0 .

app_tests/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# syntax=docker/dockerfile:1
2-
31
# ─── Global version pins (single source of truth) ────────────────────────────
42
# Dependabot tracks all ARGs below via the FROM lines that reference them.
53
# To override at build time: docker build --build-arg TRIVY_VERSION=0.70.0 .

0 commit comments

Comments
 (0)