We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0da35 commit e14a7a3Copy full SHA for e14a7a3
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM eclipse-temurin:21.0.9_10-jre-noble
2
3
# install astral uv
4
-COPY --from=ghcr.io/astral-sh/uv:0.8 /uv /usr/local/bin/
+COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /usr/local/bin/
5
6
ARG DEBIAN_FRONTEND=noninteractive
7
ARG PHOTON_VERSION
0 commit comments