Skip to content

Commit

Permalink
chore(deps): update adoptopenjdk docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 21, 2021
1 parent 9da740a commit e7fc57f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adoptopenjdk:11-jdk-hotspot
FROM adoptopenjdk:16-jdk-hotspot

RUN curl -Ls "https://github.com/jbangdev/jbang/releases/download/v0.80.1/jbang-0.80.1.zip" --output jbang.zip \
&& jar xf jbang.zip && rm jbang.zip && mv jbang-* jbang && chmod +x jbang/bin/jbang
Expand Down
2 changes: 1 addition & 1 deletion v0.80.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adoptopenjdk:11-jdk-hotspot
FROM adoptopenjdk:16-jdk-hotspot

LABEL "org.opencontainers.image.title"="jbang"
LABEL "org.opencontainers.image.description"="Unleash the power of Java"
Expand Down
2 changes: 1 addition & 1 deletion v0.80.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adoptopenjdk:11-jdk-hotspot
FROM adoptopenjdk:16-jdk-hotspot

LABEL "org.opencontainers.image.title"="jbang"
LABEL "org.opencontainers.image.description"="Unleash the power of Java"
Expand Down

0 comments on commit e7fc57f

Please sign in to comment.