Skip to content

Commit

Permalink
Update Spring Boot version in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
szh committed Mar 26, 2024
1 parent 8f78dfe commit a458db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.packager
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM golang:latest
FROM golang:1.20

RUN go install github.com/cloudfoundry/libbuildpack/packager/buildpack-packager@latest
2 changes: 1 addition & 1 deletion tests/integration/apps/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.0</version>
<version>3.2.4</version>
</parent>

<dependencies>
Expand Down

0 comments on commit a458db5

Please sign in to comment.