Skip to content

Commit

Permalink
Switch to cc-debian12
Browse files Browse the repository at this point in the history
  • Loading branch information
leirn committed Jan 16, 2024
1 parent f8ab596 commit f7215d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY . /app
RUN apt-get update && apt-get -y install sqlite3
RUN cargo build --release

FROM gcr.io/distroless/cc
FROM gcr.io/distroless/cc-debian12

ENV DATABASE_FOLDER=/data

Expand Down

0 comments on commit f7215d6

Please sign in to comment.