From 27d1b2608bf3582a2aa551208278777ef98c22b5 Mon Sep 17 00:00:00 2001 From: Daniel Mannarino Date: Wed, 30 Oct 2024 16:41:09 -0400 Subject: [PATCH] Fix Dockerfile warning --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f5c71ebb..454b1c65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use a multi-stage build to first get uv -FROM ghcr.io/astral-sh/uv:0.4.28 as uv +FROM ghcr.io/astral-sh/uv:0.4.28 AS uv -FROM ubuntu:noble as build +FROM ubuntu:noble AS build RUN apt-get update -qy && \ apt-get install -qyy \