Skip to content

Commit 0c8291f

Browse files
committed
Bump default LabKey image to 26.7.0
1 parent b11f81d commit 0c8291f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ There are a substantial number of configuration options available. The `docker-
6161
We only publish tagged versions to Docker Hub (we don't publish a 'latest' tag). To upgrade to a new version of LabKey Community edition, you have two options:
6262
1. Edit the `docker-compose.yml` file and update the `image` version to the LabKey version you wish to use.
6363
2. Launch a new version from the command line by setting `COMPOSE_IMAGE`.
64-
`COMPOSE_IMAGE="labkeyteamcity/labkey-community:26.3.0" docker compose up community --detach`
64+
`COMPOSE_IMAGE="labkeyteamcity/labkey-community:26.7.0" docker compose up community --detach`
6565

6666
### PostgreSQL version
6767

@@ -90,4 +90,4 @@ docker compose exec pg-community pg_dumpall -U postgres > dump.sql
9090
PG_VERSION=17 docker compose down
9191
docker compose up -d pg-community # Postgres 18, fresh data dir
9292
cat dump.sql | docker compose exec -T pg-community psql -U postgres
93-
```
93+
```

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
services:
44
community:
5-
image: ${COMPOSE_IMAGE:-labkeyteamcity/labkey-community:26.3.0}
5+
image: ${COMPOSE_IMAGE:-labkeyteamcity/labkey-community:26.7.0}
66
platform: linux/amd64
77
container_name: labkey-community
88
depends_on:

0 commit comments

Comments
 (0)