fix:#49 updated dockerfiles

This commit is contained in:
Elmar Kresse
2024-09-24 16:49:23 +02:00
parent d554ef9ad9
commit 6f999f4e7a
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ EXPOSE 8091
ENTRYPOINT ["./main"]
FROM golang:1.21.6 AS dev
FROM golang:1.23 AS dev
# Set the Current Working Directory inside the container
WORKDIR /htwkalender-ical