Skip to content

Commit

Permalink
update rust to 1.72 in dockerfile (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Sep 1, 2023
1 parent baff71f commit 9084ee8
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 46 deletions.
91 changes: 46 additions & 45 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,7 +1,7 @@
####################################################################################################
## Builder
####################################################################################################
FROM rust:1.71.1-bullseye AS builder
FROM rust:1.72.0-bullseye AS builder
RUN apt update && apt install -y libssl-dev pkg-config libz-dev libcurl4 postgresql
RUN update-ca-certificates

Expand Down

0 comments on commit 9084ee8

Please sign in to comment.