Skip to content

Commit

Permalink
chore(deps): update cimg/base docker tag to v2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Feb 4, 2025
1 parent 8a1d456 commit d49a850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: "2.1"
jobs:
checkout:
docker:
- image: cimg/base:2024.12
- image: cimg/base:2025.02
steps:
- checkout:
path: .
Expand All @@ -14,7 +14,7 @@ jobs:
- .
ci-all:
docker:
- image: cimg/base:2024.12
- image: cimg/base:2025.02
steps:
- attach_workspace:
at: .
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- ./task
imgbuild-imgpush:
docker:
- image: cimg/base:2024.12
- image: cimg/base:2025.02
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit d49a850

Please sign in to comment.