From 188138bff9156d3b4961988d421e0b72d2ba05a1 Mon Sep 17 00:00:00 2001 From: Max Kutschka <2004maximilian@web.de> Date: Thu, 9 Jan 2025 16:15:21 +0100 Subject: [PATCH] feat: standardized CLI #19 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd214cd..1fc480b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/metricq/metricq-python:v5.3 AS BUILDER +FROM ghcr.io/metricq/metricq-python:v5.4 AS BUILDER USER root RUN apt-get update \ @@ -15,7 +15,7 @@ WORKDIR /home/metricq/metricq_sink_websocket RUN pip install --user '.[uvloop]' -FROM ghcr.io/metricq/metricq-python:v5.3 +FROM ghcr.io/metricq/metricq-python:v5.4 COPY --from=BUILDER --chown=metricq:metricq /home/metricq/.local /home/metricq/.local