From 19a4ef5cee819a9223de0fec2c27f934bdd1857e Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 13 Dec 2024 17:07:55 +0100 Subject: [PATCH] chore: update keyword casings --- docker/Containerfile-ubuntu-2204 | 2 +- docker/Containerfile-ubuntu-2404 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Containerfile-ubuntu-2204 b/docker/Containerfile-ubuntu-2204 index 733cb18..be2396f 100644 --- a/docker/Containerfile-ubuntu-2204 +++ b/docker/Containerfile-ubuntu-2204 @@ -1,4 +1,4 @@ -FROM ubuntu:jammy as jags +FROM ubuntu:jammy AS jags RUN apt update && apt install -y --no-install-recommends curl make ca-certificates gcc g++ gfortran liblapack-dev # These usually are not packaged in OS repositories and need to be installed from source diff --git a/docker/Containerfile-ubuntu-2404 b/docker/Containerfile-ubuntu-2404 index da91c70..1024d89 100644 --- a/docker/Containerfile-ubuntu-2404 +++ b/docker/Containerfile-ubuntu-2404 @@ -1,4 +1,4 @@ -FROM ubuntu:noble as jags +FROM ubuntu:noble AS jags RUN apt update && apt install -y --no-install-recommends curl make ca-certificates gcc g++ gfortran liblapack-dev # These usually are not packaged in OS repositories and need to be installed from source