Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Sep 30, 2021
1 parent 618241c commit dda177b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust as builder
FROM rust:buster as builder
WORKDIR /app

RUN rustup default nightly-2021-06-17 && \
Expand All @@ -18,7 +18,7 @@ RUN cargo build --release $BUILD_ARGS

# =============

FROM phusion/baseimage:focal-1.1.0
FROM phusion/baseimage:bionic-1.0.0
LABEL maintainer="[email protected]"

# RUN mv /usr/share/ca* /tmp && \
Expand Down

0 comments on commit dda177b

Please sign in to comment.