Merge pull request #58 from spring-cloud/ci-updates

Switch to using a base image arg, so that the image can be passed into the dockerfile
This commit is contained in:
Daniel Mikusa
2021-08-27 09:29:41 -04:00
committed by GitHub

View File

@@ -1,4 +1,5 @@
FROM bellsoft/liberica-openjdk-debian:11
ARG base_image=ubuntu:bionic
FROM ${base_image}
RUN apt-get update && apt-get install --no-install-recommends -y \
git \