Skip to content

Commit 0ac83e8

Browse files
committed
test v2026.5.0 for web client regression
1 parent 9badcc3 commit 0ac83e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: v2026-06-01
1+
name: v2026-05-00
22
services:
33
bitwarden:
44
depends_on:
55
- db
66
env_file:
77
- .env
8-
image: ghcr.io/bitwarden/lite@sha256:01181904fd02020dbc4d0598dd31a153b3784abd8a4d3ac9099fc1a939a58e6e # 2026.6.1
8+
image: ghcr.io/bitwarden/lite:2026.5.0
99
restart: "no"
1010
ports:
1111
- ${VAULT_HOST_PORT}:8443
@@ -21,7 +21,7 @@ services:
2121
MARIADB_PASSWORD: ${BW_DB_PASSWORD}
2222
MARIADB_DATABASE: ${BW_DB_DATABASE}
2323
MARIADB_RANDOM_ROOT_PASSWORD: "true"
24-
image: mariadb@sha256:b1c7bf836e64ed9406a8984af29509f40089d55cea14b32f12c4726a1f17104b # 12
24+
image: mariadb:12 # 12
2525
restart: "no"
2626
volumes:
2727
- data:/var/lib/mysql

0 commit comments

Comments
 (0)