Skip to content

Commit 6fcb5f4

Browse files
committed
Update Dockerfile syntax version to 1.19.0
1 parent c65ce03 commit 6fcb5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.16.0
1+
# syntax=docker/dockerfile:1.19.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)