Skip to content

Commit 183471a

Browse files
committed
Update Dockerfile syntax version to 1.16.0
1 parent cf6fa50 commit 183471a

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.7
1+
# syntax=docker/dockerfile:1.16.0
22
FROM python:3.12 AS compile-stage
33
RUN --mount=type=cache,target=/var/cache/apt \
44
apt update && \

0 commit comments

Comments
 (0)