Upgraded Go version and the version of all dependencies. Fixed som more bugs.

This commit is contained in:
2024-05-18 13:11:15 +02:00
parent a863702b22
commit 59f1e2c75c
11 changed files with 227 additions and 1111 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.16-alpine as build_go
FROM golang:1.22.2-alpine as build_go
COPY go.* /music-server/
COPY ./cmd/*.go /music-server/cmd/