diff --git a/.circleci/config.yml b/.circleci/config.yml index 0cc7817..65767b8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: docker-ubuntu-vnc: docker: - - image: cimg/base:2024.01 + - image: cimg/base:2024.12 steps: - checkout - setup_remote_docker @@ -15,7 +15,7 @@ jobs: docker-ubuntu-vnc-java: docker: - - image: cimg/base:2024.01 + - image: cimg/base:2024.12 steps: - checkout - setup_remote_docker @@ -28,7 +28,7 @@ jobs: docker-ubuntu-vnc-go: docker: - - image: cimg/base:2024.01 + - image: cimg/base:2024.12 steps: - checkout - setup_remote_docker