Skip to content

Commit

Permalink
ci: use higher rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc committed Feb 13, 2024
1 parent a2404ac commit c3ec630
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 @@ -7,7 +7,7 @@
################################################################################
# Create a stage for building the application.

ARG RUST_VERSION=1.72.0
ARG RUST_VERSION=1.74.0
ARG APP_NAME=qwit
FROM rust:${RUST_VERSION}-slim-bullseye AS build
ARG APP_NAME
Expand Down

0 comments on commit c3ec630

Please sign in to comment.