chore(deps): update denoland/deno docker tag to v1.29.1 (#6)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | denoland/deno | final | patch | `1.29.0` -> `1.29.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNS4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjUuMSJ9--> Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Reviewed-on: sam/drone-deno-deploy#6 Co-authored-by: Renovate Bot <renovate-bot@noreply.git.froth.zone> Co-committed-by: Renovate Bot <renovate-bot@noreply.git.froth.zone>
This commit is contained in:
parent
fece2468c0
commit
e4854913e9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM denoland/deno:1.29.0 as base
|
||||
FROM denoland/deno:1.29.1 as base
|
||||
|
||||
|
||||
RUN deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -r -f https://deno.land/x/deploy/deployctl.ts
|
||||
|
|
Loading…
Reference in a new issue