From e6c8381016d984dc9b13a9ea47fa4d470de374f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 18:53:27 +0000 Subject: [PATCH] chore(deps): update docker/dockerfile docker tag to v1.27 --- images/src/research/Dockerfile | 2 +- images/src/typst/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/src/research/Dockerfile b/images/src/research/Dockerfile index 0a4ba247..7343cf8e 100644 --- a/images/src/research/Dockerfile +++ b/images/src/research/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.9 +# syntax=docker/dockerfile:1.27 FROM quay.io/jupyter/datascience-notebook@sha256:dca3998d5dcb3fa63cdaf4f7b08f5c14e61baedcaad1bdbb2ac96fb0cc6b224a SHELL [ "/bin/bash", "-eou", "pipefail", "-c" ] diff --git a/images/src/typst/Dockerfile b/images/src/typst/Dockerfile index 22cd4e80..8dacf16f 100644 --- a/images/src/typst/Dockerfile +++ b/images/src/typst/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.9 +# syntax=docker/dockerfile:1.27 #! Dockerfile syntax can be retrieved from https://hub.docker.com/r/docker/dockerfile #* Use a variant of `mcr.microsoft.com/devcontainers/rust` which is compatible with the #* MAJOR version of Rust used by the Typst project!