Update all dependencies #18

Merged
kjuulh merged 1 commits from renovate/all into main 2023-08-09 00:09:43 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "1.41.0"
version = "1.42.0"
}
}

View File

@ -1,4 +1,4 @@
FROM golang:1.20-bullseye
FROM golang:1.21-bullseye
RUN go install github.com/jackc/tern@latest

View File

@ -1,4 +1,4 @@
FROM golang:1.20-bullseye
FROM golang:1.21-bullseye
RUN go install github.com/cosmtrek/air@latest
# Development don't need this