Skip to content

Commit b590ddc

Browse files
committed
version 0.6.ß
1 parent 74a5799 commit b590ddc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ RUN jq '.online_deployment = true' settings.json > tmp.json && mv tmp.json setti
152152
# Download latest OpenMS App executable as a ZIP file
153153
RUN curl -L \
154154
-o /app/OpenMS-NuXLApp.zip \
155-
https://github.com/Arslan-Siraj/nuxl-app/releases/download/0.5.0/OpenMS-NuXLApp.zip
155+
https://github.com/Arslan-Siraj/nuxl-app/releases/download/0.6.0/OpenMS-NuXLApp.zip
156156

157157
# Run app as container entrypoint.
158158
EXPOSE $PORT

settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"app-name": "NuXLApp",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"repository-name": "nuxl-app",
55
"openms-version": "3.5.0",
66
"analytics": {

0 commit comments

Comments
 (0)