Skip to content

Commit

Permalink
chore: update pom dependency, base image to jenkins 2.450
Browse files Browse the repository at this point in the history
  • Loading branch information
j-luong committed Apr 26, 2024
1 parent 9bb0d01 commit c9c7d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN ./mvnw verify -q -s .mvn/settings.xml --fail-never
COPY . .
RUN ./mvnw clean verify -s .mvn/settings.xml

FROM jenkins/jenkins:2.442-jdk11
FROM jenkins/jenkins:2.450-jdk11

USER root
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<properties>
<jenkins.version>2.442</jenkins.version>
<jenkins.version>2.450</jenkins.version>
<!-- java11 required since 2.357:
https://www.jenkins.io/blog/2022/06/28/require-java-11/ -->
<java.version>11</java.version>
Expand Down

0 comments on commit c9c7d3e

Please sign in to comment.