From da8b63b917323d1435818b56f8d0ce9452dc87d4 Mon Sep 17 00:00:00 2001 From: bloodearnest <simon.davy@thedatalab.org> Date: Tue, 22 Oct 2024 16:16:22 +0100 Subject: [PATCH] Update to dockerfile 1.10 and add build checks Fix a couple of minor lint issues it complained about --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b3dee2..2759d3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -# syntax=docker/dockerfile:1.2 +# syntax=docker/dockerfile:1.10 +# enable docker linting +# check=error=true ARG UBUNTU_VERSION=ubuntu:20.04 # we are parameterizing the base image, so we can't be explicit like DL3006 wants us to be # hadolint ignore=DL3006