Skip to content

Commit

Permalink
Update testing docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcook committed Sep 20, 2022
1 parent cdd0244 commit acdbaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: pipeline
name: test
steps:
- name: test
image: golang:1.18rc1-alpine3.15
image: golang:1.18-alpine
commands:
- apk add build-base redis
- redis-server &
Expand Down

0 comments on commit acdbaae

Please sign in to comment.