Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Builder
FROM ghcr.io/graalvm/native-image:ol9-java17-22.3.3 AS build

# Receiving app version
# App version
ARG APP_VERSION=0.0.1

# Copy
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.3</version>
<relativePath/>
<version>3.4.3</version>
<relativePath />
</parent>

<groupId>ca.bc.gov</groupId>
Expand Down Expand Up @@ -414,7 +414,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.0</version>
<configuration>
<skip>${checkstyle.skip}</skip>
<configLocation>google_checks.xml</configLocation>
Expand All @@ -436,7 +436,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.9.1</version>
<version>2.9.1</version>
<executions>
<execution>
<phase>validate</phase>
Expand Down Expand Up @@ -509,4 +509,4 @@
</profile>
</profiles>

</project>
</project>
Loading