Skip to content

Commit

Permalink
chore(security): update deps (#351)
Browse files Browse the repository at this point in the history
* chore(security): update deps

* build(docker): update rust alpine image
  • Loading branch information
tessus committed Sep 29, 2024
1 parent e024986 commit 3568341
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72.0-alpine3.18 AS builder
FROM rust:1.81.0-alpine3.19 AS builder
WORKDIR /app
RUN apk update
RUN apk add --no-cache musl-dev
Expand Down

0 comments on commit 3568341

Please sign in to comment.