We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f68b43b + 150b917 commit 02d6e1bCopy full SHA for 02d6e1b
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## [Unreleased]
4
### Changed
5
+- Updated base image with upx binary of correct architecture
6
+
7
+## [2.1.0] - 2023-06-06
8
+### Changed
9
- Used custom graalvm base image that contains gzip and tar
10
11
## [2.0.0] - 2023-06-06
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM devatherock/graalvm:ol8-java11-22.3.2-1
+FROM devatherock/graalvm:ol8-java11-22.3.2-2
LABEL maintainer="devatherock@gmail.com"
-LABEL io.github.devatherock.version="2.1.0"
+LABEL io.github.devatherock.version="2.2.0"
COPY entry-point.sh /scripts/entry-point.sh
COPY CreateNativeImage.jar /scripts/CreateNativeImage.jar
0 commit comments