Skip to content

Commit

Permalink
chore: Upgraded graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
devatherock committed Jun 3, 2023
1 parent 13dfdb4 commit 07cc48c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pr_filter: &pr_filter
executors:
jdk-executor:
docker:
- image: devatherock/graalvm:ol8-java17-22.1.0-1
- image: devatherock/graalvm:ol8-java17-22.3.2-1
auth:
username: $DOCKER_USERNAME
password: $DOCKER_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- fix(deps): update dependency org.projectlombok:lombok to v1.18.28
- chore(deps): update plugin com.diffplug.spotless to v6.19.0
- chore(deps): update plugin org.sonarqube to v4.2.0.3129
- [#249](https://github.com/devatherock/artifactory-badge/issues/249): Built separate docker images for ARM and x86
- [#249](https://github.com/devatherock/artifactory-badge/issues/249): Built separate docker images for arm64 and x86
- [#233](https://github.com/devatherock/artifactory-badge/issues/233): Fixed the error when upgrading graalvm from `22.1.0` to `22.3.2`

### Removed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/graalvm/native-image:ol8-java17-22.1.0 as graalvm
FROM ghcr.io/graalvm/native-image:ol8-java17-22.3.2 as graalvm

COPY . /home/app/micronaut-graal-app
WORKDIR /home/app/micronaut-graal-app
Expand Down

0 comments on commit 07cc48c

Please sign in to comment.