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 9da740a commit e7fc57fCopy full SHA for e7fc57f
3 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM adoptopenjdk:11-jdk-hotspot
+FROM adoptopenjdk:16-jdk-hotspot
2
3
RUN curl -Ls "https://github.com/jbangdev/jbang/releases/download/v0.80.1/jbang-0.80.1.zip" --output jbang.zip \
4
&& jar xf jbang.zip && rm jbang.zip && mv jbang-* jbang && chmod +x jbang/bin/jbang
v0.80.0/Dockerfile
LABEL "org.opencontainers.image.title"="jbang"
LABEL "org.opencontainers.image.description"="Unleash the power of Java"
v0.80.1/Dockerfile
0 commit comments