Skip to content

Commit

Permalink
chore: upgrade native images tests to 22.2.0 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 authored Oct 3, 2022
1 parent 8f9d72d commit dcfb397
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.1.0
FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-22.2.0-b1

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.1.0-b1
FROM ghcr.io/graalvm/graalvm-ce:ol7-java17-22.2.0-b1

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

0 comments on commit dcfb397

Please sign in to comment.