Skip to content

Commit

Permalink
chore: Bump mandrel to 23.1-java21
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhan committed Oct 19, 2023
1 parent 7413713 commit 6408b58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- release/*

env:
MAVEN_BINARY_URL: https://dlcdn.apache.org/maven/maven-3/3.9.4/binaries/apache-maven-3.9.4-bin.tar.gz
MAVEN_BINARY_URL: https://dlcdn.apache.org/maven/maven-3/3.9.5/binaries/apache-maven-3.9.5-bin.tar.gz

jobs:

Expand All @@ -22,8 +22,8 @@ jobs:
strategy:
matrix:
quarkus-mandrel_image: [quay.io/quarkus/ubi-quarkus-mandrel-builder-image]
quarkus-mandrel_version: [22.3]
quarkus-mandrel_java_version: [17]
quarkus-mandrel_version: [23.1]
quarkus-mandrel_java_version: [21]

env:
MANDREL_FULL_IMAGE: ${{ matrix.quarkus-mandrel_image }}:${{ matrix.quarkus-mandrel_version }}-java${{ matrix.quarkus-mandrel_java_version }}
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG MANDREL_IMAGE=quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17
ARG MANDREL_IMAGE=quay.io/quarkus/ubi-quarkus-mandrel-builder-image:23.1-java21

FROM ${MANDREL_IMAGE}

ARG MAVEN_BINARY_URL=https://dlcdn.apache.org/maven/maven-3/3.9.4/binaries/apache-maven-3.9.4-bin.tar.gz
ARG MAVEN_BINARY_URL=https://dlcdn.apache.org/maven/maven-3/3.9.5/binaries/apache-maven-3.9.5-bin.tar.gz

USER root

Expand Down

0 comments on commit 6408b58

Please sign in to comment.