Skip to content

Commit

Permalink
update metricq
Browse files Browse the repository at this point in the history
  • Loading branch information
tilsche committed Nov 21, 2023
1 parent e2c64d3 commit 2833938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:v4.2 AS BUILDER
FROM ghcr.io/metricq/metricq-python:v5.3 AS BUILDER

USER root
RUN apt-get update \
Expand All @@ -15,7 +15,7 @@ WORKDIR /home/metricq/metricq_source_sysinfo
RUN pip install --user .


FROM ghcr.io/metricq/metricq-python:v4.2
FROM ghcr.io/metricq/metricq-python:v5.3

COPY --from=BUILDER --chown=metricq:metricq /home/metricq/.local /home/metricq/.local

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
install_requires=[
"click",
"click_log",
"metricq ~= 5.0",
"metricq ~= 5.3",
"psutil",
],
use_scm_version=True,
Expand Down

0 comments on commit 2833938

Please sign in to comment.