Skip to content

Commit 7014bf1

Browse files
chore(deps): update orm
1 parent 0c65680 commit 7014bf1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 10
4848
services:
4949
database:
50-
image: mongo:6.0.15-jammy
50+
image: mongo:7.0.11-jammy
5151
env:
5252
MONGO_INITDB_ROOT_USERNAME: acid
5353
MONGO_INITDB_ROOT_PASSWORD: password

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
timeout-minutes: 10
5353
services:
5454
database:
55-
image: mongo:6.0.15-jammy
55+
image: mongo:7.0.11-jammy
5656
env:
5757
MONGO_INITDB_ROOT_USERNAME: acid
5858
MONGO_INITDB_ROOT_PASSWORD: password

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
services:
2-
- postgres:14.12-alpine
2+
- postgres:16.3-alpine
33

44
variables:
55
POSTGRES_DB: develop

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.7"
22
services:
33
db:
4-
image: mongo:6.0.15-jammy
4+
image: mongo:7.0.11-jammy
55
environment:
66
MONGO_INITDB_ROOT_USERNAME: acid
77
MONGO_INITDB_ROOT_PASSWORD: password

0 commit comments

Comments
 (0)