Add syntax spec to Dockerfile.

This commit is contained in:
Víðir Valberg Guðmundsson 2025-03-21 21:52:08 +01:00
parent c80f4f3c7b
commit d7a4f8ab7c
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ name: default
steps: steps:
- name: docker - name: docker
image: plugins/docker:20.18.5 image: plugins/docker
environment: environment:
BUILD: "${DRONE_COMMIT_SHA}" BUILD: "${DRONE_COMMIT_SHA}"
settings: settings:

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:1.3-labs
FROM ghcr.io/astral-sh/uv:python3.12-alpine FROM ghcr.io/astral-sh/uv:python3.12-alpine
# - Silence uv complaining about not being able to use hard links, # - Silence uv complaining about not being able to use hard links,