Skip to content

Commit f43d953

Browse files
matrixiseclaude
andauthored
chore: update Dockerfile syntax version to 1.21.0
Update the Docker buildkit syntax version from 1.19.0 to 1.21.0 to benefit from the latest build features and improvements in the BuildKit engine. Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent bf63f0f commit f43d953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.19.0
1+
# syntax=docker/dockerfile:1.21.0
22
FROM python:3.13 AS compile-stage
33
RUN --mount=type=cache,target=/var/cache/apt \
44
apt update && \

0 commit comments

Comments
 (0)