Skip to content

Commit

Permalink
Bump minor version of Java
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvayka committed Mar 13, 2024
1 parent e2eaf61 commit 84c5f1a
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.thingsboard</groupId>
<version>1.7.0</version>
<version>1.8.0</version>
<artifactId>docker</artifactId>
</parent>
<artifactId>base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion haproxy-certbot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.thingsboard</groupId>
<version>1.7.0</version>
<version>1.8.0</version>
<artifactId>docker</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.thingsboard</groupId>
<version>1.7.0</version>
<version>1.8.0</version>
<artifactId>docker</artifactId>
</parent>
<artifactId>node</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions openjdk11/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ FROM thingsboard/base:${debian.codename}
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
ENV JAVA_HOME /docker-java-home
ENV JAVA_VERSION 11.0.20
ENV JAVA_DEBIAN_VERSION 11.0.20+8-1~deb11u1
ENV JAVA_VERSION 11.0.22
ENV JAVA_DEBIAN_VERSION 11.0.22+7-1~deb11u1

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
Expand Down
2 changes: 1 addition & 1 deletion openjdk11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.thingsboard</groupId>
<version>1.7.0</version>
<version>1.8.0</version>
<artifactId>docker</artifactId>
</parent>
<artifactId>openjdk11</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions openjdk17/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ FROM ${docker.repo}/base:${debian.codename}
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
ENV JAVA_HOME /docker-java-home
ENV JAVA_VERSION 17.0.8
ENV JAVA_DEBIAN_VERSION 17.0.8+7-1~deb12u1
ENV JAVA_VERSION 17.0.10
ENV JAVA_DEBIAN_VERSION 17.0.10+7-1~deb12u1

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
Expand Down
2 changes: 1 addition & 1 deletion openjdk17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.thingsboard</groupId>
<version>1.7.0</version>
<version>1.8.0</version>
<artifactId>docker</artifactId>
</parent>
<artifactId>openjdk17</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.thingsboard</groupId>
<artifactId>docker</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
<packaging>pom</packaging>

<name>ThingsBoard Base Docker images</name>
Expand Down
2 changes: 1 addition & 1 deletion toolbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.thingsboard</groupId>
<artifactId>docker</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</parent>

<artifactId>toolbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.thingsboard</groupId>
<version>1.7.0</version>
<version>1.8.0</version>
<artifactId>docker</artifactId>
</parent>
<artifactId>website</artifactId>
Expand Down

0 comments on commit 84c5f1a

Please sign in to comment.