Skip to content

Commit

Permalink
Merge pull request #10 from DanceMore/dependabot/docker/rust-1.73
Browse files Browse the repository at this point in the history
Bump rust from 1.72 to 1.73
  • Loading branch information
DanceMore authored Nov 14, 2023
2 parents aa4f31a + 6a5fb54 commit 56cd801
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,5 +1,5 @@
# Use the official Rust image as the base image
FROM rust:1.72 as builder
FROM rust:1.73 as builder
WORKDIR /app
COPY . .
RUN cargo build --release --package jukectl-server
Expand Down

0 comments on commit 56cd801

Please sign in to comment.