Explicitly set the UBI version to 8.1 in the Dockerfile used for the native executable.

This commit is contained in:
Clement Escoffier
2020-01-13 21:02:00 +01:00
parent d37fc67465
commit 09066e1e95

View File

@@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/${project_artifactId}
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.1
WORKDIR /work/
COPY ${build_dir}/*-runner /work/application
RUN chmod 775 /work /work/application