We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d179910 commit becad26Copy full SHA for becad26
backend-java/Dockerfile
@@ -9,7 +9,7 @@ COPY --chown=quarkus:quarkus . ./
9
RUN ./mvnw package -Pnative -DskipTests
10
11
# "A base image to run Quarkus native application using UBI Micro"
12
-FROM quay.io/quarkus/quarkus-micro-image:2.0@sha256:8439095bcd7a0ead18db87d2fc17bdc9b9a62df07ddeb65590b09f92d79bcadb
+FROM quay.io/quarkus/quarkus-micro-image:2.0@sha256:ec55f7e85b02c74a152a7474105e142a4c719184bf79aa19f743aec10e2b6cc1
13
14
# Port and health check
15
EXPOSE 3000
0 commit comments