diff --git a/.drone.yml b/.drone.yml index 0cffbc2115..ad21068923 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ trigger: steps: - name: fetch - image: ubuntu:18.04 + image: ubuntu:22.04 commands: - apt-get update - apt-get install -y git @@ -22,7 +22,7 @@ steps: - name: build pull: default - image: rancher/dapper:v0.5.3 + image: rancher/dapper:1.12.1 commands: - dapper ci volumes: @@ -128,7 +128,7 @@ trigger: steps: - name: fetch - image: ubuntu:18.04 + image: ubuntu:22.04 commands: - apt-get update - apt-get install -y git @@ -136,7 +136,7 @@ steps: - name: build pull: default - image: rancher/dapper:v0.5.3 + image: rancher/dapper:1.12.1 commands: - dapper ci volumes: