Skip to content

Commit 655d65e

Browse files
committed
update version to 0.0.5
1 parent 7c16fb4 commit 655d65e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ FROM eclipse-temurin:17-jdk-alpine
22
VOLUME /tmp
33
COPY target/*.jar app.jar
44
ENTRYPOINT ["java", "--add-opens=java.base/java.nio=ALL-UNNAMED", "-jar", "/app.jar"]
5+
EXPOSE 8080

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</parent>
2929
<groupId>com.aliyun.odps</groupId>
3030
<artifactId>maxcompute-emulator</artifactId>
31-
<version>0.0.4</version>
31+
<version>0.0.5</version>
3232
<name>maxcompute-emulator</name>
3333
<description>mock version to access MaxCompute</description>
3434
<properties>

0 commit comments

Comments
 (0)