Skip to content

Commit

Permalink
chore(deps): update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 18, 2024
1 parent 49ea018 commit e32f905
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ trigger:

steps:
- name: fetch
image: ubuntu:18.04
image: ubuntu:22.04
commands:
- apt-get update
- apt-get install -y git
- git fetch --tags

- name: build
pull: default
image: rancher/dapper:v0.6.0
image: rancher/dapper:1.12.1
commands:
- dapper ci
volumes:
Expand Down Expand Up @@ -128,15 +128,15 @@ trigger:

steps:
- name: fetch
image: ubuntu:18.04
image: ubuntu:22.04
commands:
- apt-get update
- apt-get install -y git
- git fetch --tags

- name: build
pull: default
image: rancher/dapper:v0.6.0
image: rancher/dapper:1.12.1
commands:
- dapper ci
volumes:
Expand Down

0 comments on commit e32f905

Please sign in to comment.