Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
build: use paketobuildpacks/builder-jammy-tiny:latest for buildpacks
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Mar 24, 2024
1 parent e4920b0 commit 466f2ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alibaba-broker-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alibaba.rsocket</groupId>
<artifactId>alibaba-rsocket-broker-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
</parent>

<artifactId>alibaba-broker-server</artifactId>
Expand Down Expand Up @@ -187,7 +187,7 @@
<jvmArguments>-Dvaadin.productionMode</jvmArguments>
<image>
<name>linuxchina/alibaba-rsocket-broker:${project.version}</name>
<builder>paketobuildpacks/builder:base</builder>
<builder>paketobuildpacks/builder-jammy-tiny:latest</builder>
</image>
</configuration>
</plugin>
Expand Down Expand Up @@ -313,7 +313,7 @@
<jvmArguments>-Dvaadin.productionMode</jvmArguments>
<image>
<name>linuxchina/alibaba-rsocket-broker:${project.version}-k8s</name>
<builder>paketobuildpacks/builder:full</builder>
<builder>paketobuildpacks/builder-jammy-tiny:latest</builder>
</image>
</configuration>
</plugin>
Expand Down

0 comments on commit 466f2ff

Please sign in to comment.