Update all dependencies
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2022-10-27 06:31:33 +00:00
parent 140067aa15
commit e6b3321c2a
5 changed files with 6 additions and 6 deletions

View File

@ -55,7 +55,7 @@ services:
# Logging
loki:
image: grafana/loki:2.4.2
image: grafana/loki:2.6.1
ports:
- 3100
networks:
@ -66,7 +66,7 @@ services:
logging: *loki-logging
promtail:
image: grafana/promtail:2.4.2
image: grafana/promtail:2.6.1
volumes:
- ./services/logs/promtail/config.yaml:/mnt/config/promtail-config.yaml
- /var/lib/docker/containers:/host/containers

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
module serverctl
go 1.17
go 1.19
require (
github.com/Microsoft/go-winio v0.4.17 // indirect