Skip to content

Commit

Permalink
Update Dockerfile to metricq v5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
devmaxde committed Jan 21, 2025
1 parent e031779 commit 4f83e14
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:v4.2 AS builder
FROM ghcr.io/metricq/metricq-python:v5.4 AS builder
LABEL maintainer="[email protected]"

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

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

USER root
RUN apt-get update \
Expand Down

0 comments on commit 4f83e14

Please sign in to comment.