diff --git a/.drone.yml b/.drone.yml index 122a2ec..49ce617 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ kind: pipeline name: "shuttle-drone-templates" steps: - name: "build" - image: docker.io/kasperhermansen/shuttle-drone:1680891510875 + image: docker.io/kasperhermansen/shuttle-drone:1680891892542 volumes: - name: dockersock path: /var/run diff --git a/shuttletask/go.mod b/shuttletask/go.mod index 9f1951e..792be65 100644 --- a/shuttletask/go.mod +++ b/shuttletask/go.mod @@ -2,7 +2,7 @@ module shuttletask go 1.20 -replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.0.0-20230407180512-4877329375cb +replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.0.0-20230407181904-c33b3e1dae47 require ( dagger.io/dagger v0.6.0