Skip to content

Commit

Permalink
feat: standardized CLI #19
Browse files Browse the repository at this point in the history
  • Loading branch information
devmaxde committed Jan 9, 2025
1 parent 9e8ae73 commit 188138b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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

Expand Down

0 comments on commit 188138b

Please sign in to comment.