Skip to content

Commit 749f532

Browse files
committed
chore(docker): switch base image to debian:latest
1 parent 438585b commit 749f532

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
@@ -10,7 +10,7 @@ COPY . .
1010
RUN cargo build --release --package typstify
1111

1212
# Stage 2: Runtime environment
13-
FROM gcr.io/distroless/cc-debian12
13+
FROM debian:latest
1414

1515
# Install required runtime dependencies
1616
RUN apt-get update && \

0 commit comments

Comments
 (0)