Skip to content

Commit

Permalink
Update Dockerfile metricq-version to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
devmaxde committed Jan 21, 2025
1 parent 85951bf commit be92959
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
LABEL maintainer="mario.bielert@tu-dresden.de"

USER root
Expand All @@ -14,7 +14,7 @@ COPY --chown=metricq:metricq . /home/metricq/source-http
WORKDIR /home/metricq/source-http
RUN pip install --user .

FROM ghcr.io/metricq/metricq-python:v5.3
FROM ghcr.io/metricq/metricq-python:v5.4

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

0 comments on commit be92959

Please sign in to comment.