Skip to content

Commit 19df289

Browse files
committed
build fix
Signed-off-by: Attila Mészáros <[email protected]>
1 parent a4ae2d1 commit 19df289

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
image: tonistiigi/binfmt:qemu-v7.0.0
4646
platforms: all
4747

48-
- name: Set up Docker Buildx
48+
- name: Set up Docker Build
4949
uses: docker/setup-buildx-action@v3
5050

5151
- name: Log in to the Container registry

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
################################################################################
1818
# Build
19-
ARG JAVA_VERSION=11
19+
ARG JAVA_VERSION=17
2020
FROM maven:3.8.8-eclipse-temurin-${JAVA_VERSION} AS build
2121
ARG SKIP_TESTS=true
2222
ARG HTTP_CLIENT=okhttp

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ under the License.
7575
<maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version>
7676
<git-commit-id-maven-plugin.version>5.0.0</git-commit-id-maven-plugin.version>
7777

78-
<operator.sdk.version>5.1.0</operator.sdk.version>
78+
<operator.sdk.version>5.1.1</operator.sdk.version>
7979
<operator.sdk.webhook-framework.version>1.1.1</operator.sdk.webhook-framework.version>
8080

8181
<fabric8.version>7.3.0</fabric8.version>

0 commit comments

Comments
 (0)