Add syntax spec to Dockerfile.
This commit is contained in:
parent
c80f4f3c7b
commit
d7a4f8ab7c
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue