Skip to content

Commit e7fc57f

Browse files
committed
chore(deps): update adoptopenjdk docker tag to v16
1 parent 9da740a commit e7fc57f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM adoptopenjdk:11-jdk-hotspot
1+
FROM adoptopenjdk:16-jdk-hotspot
22

33
RUN curl -Ls "https://github.com/jbangdev/jbang/releases/download/v0.80.1/jbang-0.80.1.zip" --output jbang.zip \
44
&& jar xf jbang.zip && rm jbang.zip && mv jbang-* jbang && chmod +x jbang/bin/jbang

v0.80.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM adoptopenjdk:11-jdk-hotspot
1+
FROM adoptopenjdk:16-jdk-hotspot
22

33
LABEL "org.opencontainers.image.title"="jbang"
44
LABEL "org.opencontainers.image.description"="Unleash the power of Java"

v0.80.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM adoptopenjdk:11-jdk-hotspot
1+
FROM adoptopenjdk:16-jdk-hotspot
22

33
LABEL "org.opencontainers.image.title"="jbang"
44
LABEL "org.opencontainers.image.description"="Unleash the power of Java"

0 commit comments

Comments
 (0)