Skip to content

Commit 56657d2

Browse files
committed
ci: Bump cimg image versions
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent f52ce42 commit 56657d2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.circleci/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ commands:
7676
jobs:
7777
python37:
7878
docker:
79-
- image: cimg/python:3.7.16
79+
- image: cimg/python:3.7.17
8080
- image: cimg/postgres:9.6.24
8181
environment:
8282
POSTGRES_USER: root
8383
POSTGRES_PASSWORD: ''
8484
POSTGRES_DB: circle_test
85-
- image: cimg/mariadb:10.6.7
85+
- image: cimg/mariadb:10.11.2
8686
- image: cimg/redis:5.0.14
8787
- image: rabbitmq:3.9.13
8888
- image: mongo:4.2.3
@@ -101,13 +101,13 @@ jobs:
101101

102102
python38:
103103
docker:
104-
- image: cimg/python:3.8.16
104+
- image: cimg/python:3.8.17
105105
- image: cimg/postgres:9.6.24
106106
environment:
107107
POSTGRES_USER: root
108108
POSTGRES_PASSWORD: ''
109109
POSTGRES_DB: circle_test
110-
- image: cimg/mariadb:10.6.7
110+
- image: cimg/mariadb:10.11.2
111111
- image: cimg/redis:5.0.14
112112
- image: rabbitmq:3.9.13
113113
- image: mongo:4.2.3
@@ -125,13 +125,13 @@ jobs:
125125

126126
python39:
127127
docker:
128-
- image: cimg/python:3.9.16
128+
- image: cimg/python:3.9.17
129129
- image: cimg/postgres:9.6.24
130130
environment:
131131
POSTGRES_USER: root
132132
POSTGRES_PASSWORD: ''
133133
POSTGRES_DB: circle_test
134-
- image: cimg/mariadb:10.6.7
134+
- image: cimg/mariadb:10.11.2
135135
- image: cimg/redis:5.0.14
136136
- image: rabbitmq:3.9.13
137137
- image: mongo:4.2.3
@@ -149,13 +149,13 @@ jobs:
149149

150150
python310:
151151
docker:
152-
- image: cimg/python:3.10.11
152+
- image: cimg/python:3.10.12
153153
- image: cimg/postgres:9.6.24
154154
environment:
155155
POSTGRES_USER: root
156156
POSTGRES_PASSWORD: ''
157157
POSTGRES_DB: circle_test
158-
- image: cimg/mariadb:10.6.7
158+
- image: cimg/mariadb:10.11.2
159159
- image: cimg/redis:5.0.14
160160
- image: rabbitmq:3.9.13
161161
- image: mongo:4.2.3
@@ -174,13 +174,13 @@ jobs:
174174

175175
python311:
176176
docker:
177-
- image: cimg/python:3.11.3
177+
- image: cimg/python:3.11.4
178178
- image: cimg/postgres:9.6.24
179179
environment:
180180
POSTGRES_USER: root
181181
POSTGRES_PASSWORD: ''
182182
POSTGRES_DB: circle_test
183-
- image: cimg/mariadb:10.6.7
183+
- image: cimg/mariadb:10.11.2
184184
- image: cimg/redis:5.0.14
185185
- image: rabbitmq:3.9.13
186186
- image: mongo:4.2.3
@@ -199,7 +199,7 @@ jobs:
199199

200200
py38couchbase:
201201
docker:
202-
- image: cimg/python:3.8.16
202+
- image: cimg/python:3.8.17
203203
- image: couchbase/server-sandbox:5.5.0
204204
working_directory: ~/repo
205205
steps:
@@ -215,7 +215,7 @@ jobs:
215215

216216
py37cassandra:
217217
docker:
218-
- image: cimg/python:3.7.16
218+
- image: cimg/python:3.7.17
219219
- image: cassandra:3.11
220220
environment:
221221
MAX_HEAP_SIZE: 2048m
@@ -233,7 +233,7 @@ jobs:
233233

234234
py38gevent:
235235
docker:
236-
- image: cimg/python:3.8.12
236+
- image: cimg/python:3.8.17
237237
working_directory: ~/repo
238238
steps:
239239
- checkout

0 commit comments

Comments
 (0)