Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
ci: upgrade Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jan 12, 2020
1 parent b1d1d4f commit 0234011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kind: pipeline
name: terraform fmt (v0.12)
steps:
- name: terraform fmt (v0.12)
image: hashicorp/terraform:0.12.18
image: hashicorp/terraform:0.12.19
commands:
- terraform fmt -check terraform/example/v0.12
- terraform fmt -check -recursive testdata
Expand All @@ -62,7 +62,7 @@ volumes:
temp: {}
steps:
- name: download go modules
image: &image_go golang:1.13.5
image: &image_go golang:1.13.6
commands:
- go mod download
volumes: &volumes
Expand Down

0 comments on commit 0234011

Please sign in to comment.