diff --git a/.semaphore/deploy_dockerhub.yml b/.semaphore/deploy_dockerhub.yml index eacdcfd9c..dea3438f1 100644 --- a/.semaphore/deploy_dockerhub.yml +++ b/.semaphore/deploy_dockerhub.yml @@ -19,5 +19,5 @@ blocks: dependencies: [] agent: machine: - type: e1-standard-2 - os_image: ubuntu2004 + type: r1-standard-4 + os_image: ubuntu2204 diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index b25d9f773..deb89a5da 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -2,8 +2,8 @@ version: v1.0 name: Docker agent: machine: - type: e1-standard-2 - os_image: ubuntu2004 + type: r1-standard-4 + os_image: ubuntu2204 blocks: - name: Build Standard Docker image task: