Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-08-21 21:40:11 +00:00
parent 0f995dadbd
commit 2c6c74fe73
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