Skip to content

Commit 168f9d9

Browse files
flystar32EndlessSeeker
authored andcommitted
update spring boot version to latest
1 parent 0d7ae63 commit 168f9d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mse-simple-demo/A/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM maven:3.9.9-eclipse-temurin-17 as build
44
COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas
55

66
COPY <<EOF /root/.m2/settings.xml
7-
<?xml version=\"1.0\"?>
7+
<?xml version="1.0"?>
88
<settings>
99
<mirrors>
1010
<mirror>

mse-simple-demo/SpringCloudGateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM maven:3.9.9-eclipse-temurin-17 as build
55
COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas
66

77
COPY <<EOF /root/.m2/settings.xml
8-
<?xml version=\"1.0\"?>
8+
<?xml version="1.0"?>
99
<settings>
1010
<mirrors>
1111
<mirror>

0 commit comments

Comments
 (0)