Skip to content

Commit

Permalink
Merge pull request #16 from leirn/leirn-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
leirn authored Jan 22, 2024
2 parents 0e5dfea + 304d56c commit a5c6497
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-debian12:lastest
FROM gcr.io/distroless/cc-debian12

ENV DATABASE_FOLDER=/data

Expand Down

0 comments on commit a5c6497

Please sign in to comment.