Skip to content

Commit

Permalink
Revert "chore: upgrade native images tests to 22.2.0" (#247)
Browse files Browse the repository at this point in the history
Reverts #245
  • Loading branch information
mpeddada1 authored Oct 4, 2022
1 parent dcfb397 commit 9859308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/graalvm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-22.2.0-b1
FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-22.1.0

RUN gu install native-image && \
yum update -y && \
Expand Down
2 changes: 1 addition & 1 deletion java/graalvm17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM ghcr.io/graalvm/graalvm-ce:ol7-java17-22.2.0-b1
FROM ghcr.io/graalvm/graalvm-ce:ol7-java17-22.1.0-b1

RUN gu install native-image && \
yum update -y && \
Expand Down

0 comments on commit 9859308

Please sign in to comment.