fix: align go version of Dockerfile with go modfile

This commit is contained in:
2024-12-27 12:24:48 +01:00
parent ef57421268
commit c066c8407f

View File

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