Skip to content

Commit

Permalink
Fix Dockerfile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Oct 30, 2024
1 parent cd95ecf commit 27d1b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 27d1b26

Please sign in to comment.