Skip to content

Commit

Permalink
Use other docker builder, fix CI #605
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Mar 2, 2023
1 parent 0bab14e commit 53eed96
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,4 +1,4 @@
FROM frolvlad/alpine-rust as builder
FROM rust as builder
WORKDIR /app
COPY . .
RUN cargo build --release --bin atomic-server
Expand Down

0 comments on commit 53eed96

Please sign in to comment.