Update all dependencies #27

Merged
kjuulh merged 1 commits from renovate/all into main 2024-08-22 00:00:31 +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.47.0"
version = "1.48.0"
}
}

View File

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

View File

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