Docker strict warning checking

This commit is contained in:
AFCMS 2025-03-31 15:15:50 +02:00
parent f7a66f2075
commit dfd301cfc5
No known key found for this signature in database
GPG key ID: E953045F82DE352D

View file

@ -1,4 +1,5 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
# check=error=true
FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx
FROM --platform=$BUILDPLATFORM rust:1.74-alpine AS base FROM --platform=$BUILDPLATFORM rust:1.74-alpine AS base