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
Showing only changes of commit d0ad44a8e8 - Show all commits

View File

@ -2,7 +2,7 @@ terraform {
required_providers { required_providers {
hcloud = { hcloud = {
source = "hetznercloud/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 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 RUN go install github.com/cosmtrek/air@latest
# Development don't need this # Development don't need this