Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/cc-debian12 docker digest to b7…
Browse files Browse the repository at this point in the history
…550f0
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 280b708 commit 60db518
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 @@ -14,7 +14,7 @@ COPY migrations /src/migrations
COPY src /src/src
RUN touch -am src/main.rs && cargo build --release

FROM gcr.io/distroless/cc-debian12@sha256:a9056d2232d16e3772bec3ef36b93a5ea9ef6ad4b4ed407631e534b85832cf40
FROM gcr.io/distroless/cc-debian12@sha256:b7550f0b15838de14c564337eef2b804ba593ae55d81ca855421bd52f19bb480
COPY --from=build /src/target/release/utc-telegram-bot /
COPY public /public
ENTRYPOINT ["/utc-telegram-bot"]
Expand Down

0 comments on commit 60db518

Please sign in to comment.