Commit 20597182 authored by Vasili Novikov's avatar Vasili Novikov
Browse files

Merge branch 'pin-docker-base-image' into 'dev'

Pin and periodically update docker base image

See merge request memri/pod!233
parents f4f9544d d06569fc
Showing with 1 addition and 1 deletion
+1 -1
#### The image base should be the same as in .gitlab-ci.yml
#### Second stage of the Dockerfile (below) should use the same base (rust:slim or it's parent)
FROM rust:slim as cargo-build
FROM rust:1.54-slim as cargo-build
WORKDIR /usr/src/pod
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y docker.io && rm -rf /var/lib/apt/lists/*
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment