Skip to content

Commit 5acdcff

Browse files
author
Renovate Bot
committed
chore(deps): update cimg/base docker tag to v2025
1 parent 667ebe1 commit 5acdcff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: "2.1"
44
jobs:
55
checkout:
66
docker:
7-
- image: cimg/base:2024.12
7+
- image: cimg/base:2025.02
88
steps:
99
- checkout:
1010
path: .
@@ -14,7 +14,7 @@ jobs:
1414
- .
1515
ci-all:
1616
docker:
17-
- image: cimg/base:2024.12
17+
- image: cimg/base:2025.02
1818
steps:
1919
- attach_workspace:
2020
at: .
@@ -63,7 +63,7 @@ jobs:
6363
- ./task
6464
imgbuild-imgpush:
6565
docker:
66-
- image: cimg/base:2024.12
66+
- image: cimg/base:2025.02
6767
steps:
6868
- attach_workspace:
6969
at: .

0 commit comments

Comments
 (0)