Skip to content

Commit 27ce43c

Browse files
committed
use dvuploader v1.3.0-beta by default
1 parent cbdffca commit 27ce43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM eclipse-temurin:21
2-
ARG VERSION=v1.2.1
2+
ARG VERSION=v1.3.0-beta
33
WORKDIR /opt/app
44
ADD https://github.com/GlobalDataverseCommunityConsortium/dataverse-uploader/releases/download/$VERSION/DVUploader-$VERSION.jar DVUploader.jar
55
ENTRYPOINT ["java", "-jar", "DVUploader.jar"]

0 commit comments

Comments
 (0)