We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0167d7 commit e1ac0bfCopy full SHA for e1ac0bf
acr/helidon/Dockerfile
@@ -5,7 +5,7 @@
5
#
6
# -----------------------------------------------------------------------------
7
8
-FROM mcr.microsoft.com/openjdk/jdk:11-ubuntu
+FROM mcr.microsoft.com/openjdk/jdk:17-ubuntu
9
COPY target/acr-helidon.jar /opt/helidon/acr-helidon.jar
10
COPY target/libs/* /opt/helidon/libs/
11
RUN groupadd -r helidon && \
containerapp/helidon/pom.xml
@@ -9,7 +9,7 @@
</parent>
<artifactId>aca-helidon</artifactId>
<packaging>pom</packaging>
12
- <name>ACA :: Deploy a Helidon application</name>
+ <name>Deploy a Helidon application</name>
13
<properties>
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
</properties>
0 commit comments