burtenshaw commited on
Commit
da00c30
·
1 Parent(s): 2e26099

add uv python

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ghcr.io/astral-sh/uv:debian
2
 
3
  # Install Dev Mode required packages + useful tools
4
  RUN apt-get update && \
 
1
+ FROM ghcr.io/astral-sh/uv:python3.12-alpine
2
 
3
  # Install Dev Mode required packages + useful tools
4
  RUN apt-get update && \