Skip to content

Commit 02d6e1b

Browse files
authored
Merge pull request #11 from devatherock/fix-upx
fix: Updated base image with upx binary of correct architecture
2 parents f68b43b + 150b917 commit 02d6e1b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44
### Changed
5+
- Updated base image with upx binary of correct architecture
6+
7+
## [2.1.0] - 2023-06-06
8+
### Changed
59
- Used custom graalvm base image that contains gzip and tar
610

711
## [2.0.0] - 2023-06-06

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM devatherock/graalvm:ol8-java11-22.3.2-1
1+
FROM devatherock/graalvm:ol8-java11-22.3.2-2
22

33
LABEL maintainer="devatherock@gmail.com"
4-
LABEL io.github.devatherock.version="2.1.0"
4+
LABEL io.github.devatherock.version="2.2.0"
55

66
COPY entry-point.sh /scripts/entry-point.sh
77
COPY CreateNativeImage.jar /scripts/CreateNativeImage.jar

0 commit comments

Comments
 (0)