diff --git a/images/src/research/Dockerfile b/images/src/research/Dockerfile index 0a4ba24..b48f546 100644 --- a/images/src/research/Dockerfile +++ b/images/src/research/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.9 +# syntax=docker/dockerfile:1.11 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 22cd4e8..a31fee1 100644 --- a/images/src/typst/Dockerfile +++ b/images/src/typst/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.9 +# syntax=docker/dockerfile:1.11 #! 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!