From c2b4d489e275659d040b58dc0d1efcdd2ab800b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 14:37:10 +0000 Subject: [PATCH] chore(deps): update docker/dockerfile docker tag to v1.26 --- 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..9768d5ec 100644 --- a/images/src/research/Dockerfile +++ b/images/src/research/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.9 +# syntax=docker/dockerfile:1.26 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..35d1ba3f 100644 --- a/images/src/typst/Dockerfile +++ b/images/src/typst/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.9 +# syntax=docker/dockerfile:1.26 #! 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!