mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Explicitly set the UBI version to 8.1 in the Dockerfile used for the native executable.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user