diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml
index eef1d5ae068925c2f68e71b17f809dfcef184831..a82f4a75e34bfe1d98a4686db2c247de4a87e162 100644
--- a/goofy-server/pom.xml
+++ b/goofy-server/pom.xml
@@ -59,6 +59,14 @@
 				<groupId>org.springframework.boot</groupId>
 				<artifactId>spring-boot-maven-plugin</artifactId>
 				<configuration>
+					<profiles>
+						<profile>local</profile>
+						<profile>remotekc</profile>
+					</profiles>
+					<!-- remove it when using spring-boot 3.2 -->
+					<image>
+						<builder>paketobuildpacks/builder-jammy-base</builder>
+					</image>
 					<docker>
 						<publishRegistry>
 							<username>${docker-username}</username>
diff --git a/goofy-server/src/main/resources/application.yml b/goofy-server/src/main/resources/application.yml
index 711b24897872a68bff0743da9e7f7092de0aaa5d..5837d4eb11e997f55fb06b8012b27760ded8017b 100644
--- a/goofy-server/src/main/resources/application.yml
+++ b/goofy-server/src/main/resources/application.yml
@@ -8,7 +8,7 @@ logging:
 spring:
   mvc:
     pathmatch:
-      matching-strategy: ant_path_matcher
+      matching-strategy: ant-path-matcher
   application:
     name: Goofy
   jackson: