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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user