Skip to content
Snippets Groups Projects
Commit d817a992 authored by Marvin Weiler's avatar Marvin Weiler
Browse files

Added the explicit version numbers of the rust/buster to ci and Dockerfile

The same verisons are neede because the glibc version must be the same on both .
parent 6134aad6
No related branches found
Tags 0.0.0-test
No related merge requests found
......@@ -4,7 +4,7 @@ stages:
build:
stage: build
image: rust:latest
image: rust:1-buster
script:
- cargo build --release
artifacts:
......
FROM gcr.io/distroless/cc
FROM rust:1-slim-buster
COPY ./target/release/amd-scrapper /
CMD ["./amd-scrapper"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment