Skip to content

Commit

Permalink
use rust 1.78 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored May 6, 2024
1 parent 085f3f5 commit 76666b0
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
@@ -1,7 +1,7 @@
####################################################################################################
## Builder
####################################################################################################
FROM rust:1.77.2-bullseye AS builder
FROM rust:1.78.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 76666b0

Please sign in to comment.