From ae0de00a905b96045fae22b572d251c13c897d10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 17:30:22 +0000 Subject: [PATCH] chore(deps): update docker/dockerfile docker tag to v1.24 --- 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..525d744a 100644 --- a/images/src/research/Dockerfile +++ b/images/src/research/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.9 +# syntax=docker/dockerfile:1.24 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..68188ce8 100644 --- a/images/src/typst/Dockerfile +++ b/images/src/typst/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.9 +# syntax=docker/dockerfile:1.24 #! 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!