Skip to content

Commit

Permalink
Bump to LabOne 23.10 patch 2 (23.10.52579) (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxu authored Dec 16, 2023
1 parent 3989637 commit 1ebe34e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG LABONE_VERSION=23.10.51605
ARG LABONE_BASE_URL=https://pub-a579c9a7a5ee41a2ba57327584974c85.r2.dev/${LABONE_VERSION}
ARG LABONE_VERSION=23.10.52579
ARG LABONE_BASE_URL=https://download.zhinst.com/${LABONE_VERSION}


FROM alpine:latest AS builder
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To run the Data Server, you can use the following command:
```
docker run -d --rm --name labone-dataserver \
--network=host \
zhinst/labone:23.06-dataserver
zhinst/labone:23.10-dataserver
```

We recommend using `--network=host` to avoid port mapping issues. The Data
Expand All @@ -59,7 +59,7 @@ To run the Web Server, you can use the following command:
```
docker run -d --rm --name labone-webserver \
--network=host \
zhinst/labone:23.06-webserver
zhinst/labone:23.10-webserver
```

Also here, we recommend using `--network=host` to avoid port mapping issues.
Expand All @@ -77,5 +77,5 @@ To run the LabOne All-in-One image, you can use the following command:
```
docker run -d --rm --name labone-full \
--network=host \
zhinst/labone:23.06-full
zhinst/labone:23.10-full
```
2 changes: 1 addition & 1 deletion labone_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.10.51605
23.10.52579

0 comments on commit 1ebe34e

Please sign in to comment.