Skip to content

Commit f7215d6

Browse files
committed
Switch to cc-debian12
1 parent f8ab596 commit f7215d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY . /app
2020
RUN apt-get update && apt-get -y install sqlite3
2121
RUN cargo build --release
2222

23-
FROM gcr.io/distroless/cc
23+
FROM gcr.io/distroless/cc-debian12
2424

2525
ENV DATABASE_FOLDER=/data
2626

0 commit comments

Comments
 (0)