We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8feded3 commit 7d021a1Copy full SHA for 7d021a1
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
docker-ubuntu-vnc:
4
docker:
5
- - image: cimg/base:2024.01
+ - image: cimg/base:2024.12@sha256:03c91d4730297b5af3718e1e81d43e210eae02be271ed7d370ccb3b994dad2bd
6
steps:
7
- checkout
8
- setup_remote_docker
@@ -15,7 +15,7 @@ jobs:
15
16
docker-ubuntu-vnc-java:
17
18
19
20
21
@@ -28,7 +28,7 @@ jobs:
28
29
docker-ubuntu-vnc-go:
30
31
32
33
34
0 commit comments