Skip to content

Commit 9e56852

Browse files
author
Yaron Schwimmer
authored
Merge pull request #1084 from snyk/chore/use-fixed-ubuntu-tag
chore: use fixed ubuntu circleci tag
2 parents f961a66 + 650c610 commit 9e56852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ jobs:
952952
system_tests:
953953
machine:
954954
docker_layer_caching: true
955-
image: ubuntu-2204:current
955+
image: ubuntu-2204:2022.04.1
956956
steps:
957957
- checkout
958958
- setup_node16

.circleci/config/jobs/@jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ unit_tests:
5959

6060
system_tests:
6161
machine:
62-
image: ubuntu-2204:current
62+
image: ubuntu-2204:2022.04.1
6363
docker_layer_caching: true
6464
working_directory: ~/kubernetes-monitor
6565
steps:

0 commit comments

Comments
 (0)