Skip to content

Commit b5f9832

Browse files
fit2botLeeEircgithub-actions[bot]
authored
perf: upgrade spring-boot (#135)
* perf: upgrade spring-boot * perf: Update Dockerfile with new base image tag --------- Co-authored-by: Eric <xplzv@126.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e69abfc commit b5f9832

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jumpserver/chen-base:20251010_105539 AS stage-build
1+
FROM jumpserver/chen-base:20251011_081112 AS stage-build
22
ENV LANG=en_US.UTF-8
33

44
WORKDIR /opt/chen/

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.3.6</version>
9+
<version>3.5.6</version>
1010
<relativePath/>
1111
</parent>
1212

@@ -22,7 +22,6 @@
2222
<properties>
2323
<revision>0.0.1</revision>
2424
<java.version>17</java.version>
25-
<spring-boot.version>3.0.0</spring-boot.version>
2625
<maven-compiler-plugin.version>3.9.0</maven-compiler-plugin.version>
2726
<maven.compiler.source>17</maven.compiler.source>
2827
<maven.compiler.target>17</maven.compiler.target>
@@ -31,6 +30,7 @@
3130
<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
3231
<node.version>v14.18.0</node.version>
3332
<npm.version>6.14.15</npm.version>
33+
<tomcat.version>10.1.47</tomcat.version>
3434
</properties>
3535

3636
<build>

0 commit comments

Comments
 (0)