Skip to content

Commit

Permalink
Updates Docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares committed Nov 24, 2024
1 parent 156ad70 commit e087f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Copyright 2024 Dotanuki Labs
# SPDX-License-Identifier: MIT

FROM rust:slim-buster@sha256:bed077243d5e7e02226ac4a2d816999806708b7dedd553c80d568ce4f0b6c964 AS builder
FROM rust:slim AS builder

RUN apt-get update && apt-get install -qy pkg-config libssl-dev
COPY ./cargo-plugins.sh /bin/cargo-plugins.sh
RUN cargo-plugins.sh

FROM rust:slim-buster@sha256:bed077243d5e7e02226ac4a2d816999806708b7dedd553c80d568ce4f0b6c964
FROM rust:slim
COPY --from=builder /usr/local/cargo/ /usr/local/cargo/
COPY ./callinectes.sh /bin/callinectes

Expand Down

0 comments on commit e087f48

Please sign in to comment.