Skip to content

Commit

Permalink
Merge pull request #255 from devatherock/upgrade-graalvm
Browse files Browse the repository at this point in the history
chore: Upgraded graalvm
  • Loading branch information
devatherock authored Jun 3, 2023
2 parents 13dfdb4 + 07cc48c commit 8b4bb74
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 8b4bb74

Please sign in to comment.