Compare commits
15 Commits
v0.6.0
..
0494d2b1e5
| Author | SHA1 | Date | |
|---|---|---|---|
|
0494d2b1e5
|
|||
|
c0fe0b07bb
|
|||
|
101ce15af7
|
|||
|
9f4003e1be
|
|||
|
42c839cfe3
|
|||
|
31cd6c40b4
|
|||
|
79d3c77316
|
|||
|
ff331d6f20
|
|||
|
98d23ba9ab
|
|||
|
c8338be49d
|
|||
|
f43e221e2a
|
|||
|
1991747712
|
|||
|
f2eccb9594
|
|||
|
b34fad0cf0
|
|||
|
5c59468b62
|
+1
-1
@@ -42,7 +42,7 @@ RUN --mount=type=ssh \
|
||||
|
||||
# Stage 2: Create the final, smaller runtime image
|
||||
# Use a minimal base image like debian-slim or even distroless for security/size
|
||||
FROM debian:trixie-slim
|
||||
FROM ubuntu:24.04
|
||||
|
||||
# Install runtime dependencies if needed (e.g., SSL certificates)
|
||||
RUN apt-get update && apt-get install -y ca-certificates libssl-dev libssl3 && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user