Fixed dependencies

This commit is contained in:
2024-09-17 00:36:14 -06:00
parent 706265845c
commit 455761e2c3
7 changed files with 32 additions and 20 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.22.3 as build
FROM golang:1.23.1 as build
WORKDIR /app