We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519b978 commit 37c6858Copy full SHA for 37c6858
Dockerfile
@@ -8,7 +8,7 @@ RUN go mod download
8
COPY . .
9
RUN make
10
11
-FROM ubuntu:noble-20250404 AS base
+FROM ubuntu:noble-20251013 AS base
12
13
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
14
COPY --from=build /app/bin/kamal-proxy /usr/local/bin/
0 commit comments