feat:#11 fix docker and event type in notes

This commit is contained in:
survellow
2023-10-25 18:51:55 +02:00
parent 51938b48c8
commit 13df0f1c20
3 changed files with 3 additions and 5 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