Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DanceMore/jukectl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanceMore committed May 4, 2024
2 parents 8543bb1 + b6d1116 commit 15bfd8d
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.76 as builder
FROM rust:1.77 as builder
WORKDIR /app
COPY . .
RUN cargo build --release --package jukectl-server
Expand Down

0 comments on commit 15bfd8d

Please sign in to comment.