Skip to content

Commit

Permalink
Merge pull request #5 from felipebz/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
felipebz authored Sep 20, 2024
2 parents 7749cea + dd1f698 commit f074093
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle
run: ./gradlew build --refresh-dependencies
Expand All @@ -46,15 +46,15 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
load: true
tags: ${{ env.TAG }}

- if: github.ref == 'refs/heads/main'
name: Push docker image to Docker Hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64/v8
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21.0.3_9-jdk-alpine AS jre-build
FROM eclipse-temurin:21.0.4_7-jdk-alpine AS jre-build

RUN "$JAVA_HOME"/bin/jlink \
--add-modules java.logging,java.xml \
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("com.felipebz.zpa:zpa-checks:3.6.0-SNAPSHOT")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
implementation("org.pf4j:pf4j:3.12.0")
implementation("org.slf4j:slf4j-jdk14:2.0.13")
implementation("org.slf4j:slf4j-jdk14:2.0.16")
implementation("me.lucko:jar-relocator:1.7")
testImplementation(kotlin("test"))
}
Expand Down

0 comments on commit f074093

Please sign in to comment.