Skip to content

Commit 37c6858

Browse files
Update base image
1 parent 519b978 commit 37c6858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN go mod download
88
COPY . .
99
RUN make
1010

11-
FROM ubuntu:noble-20250404 AS base
11+
FROM ubuntu:noble-20251013 AS base
1212

1313
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
1414
COPY --from=build /app/bin/kamal-proxy /usr/local/bin/

0 commit comments

Comments
 (0)