feat:#16 added migration for feeds with uuid

This commit is contained in:
Elmar Kresse
2023-10-25 12:00:59 +02:00
parent 927f755698
commit 3cd9f1fdbd
4 changed files with 80 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.20.5-alpine
FROM golang:1.21.3-alpine
# Set the Current Working Directory inside the container
WORKDIR /app