aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ca8d3f8..7ebb090 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker.io/golang:1.23-alpine
+FROM docker.io/golang:1.24-alpine
WORKDIR /app
@@ -9,5 +9,6 @@ COPY . .
RUN go mod tidy && go build -o app .
ENV TOKEN=""
+ENV TZ="Europe/Paris"
CMD ./app -token $TOKEN