Skip to content

Commit

Permalink
Merge pull request #2 from echoblag/change-ownership-of-workdir
Browse files Browse the repository at this point in the history
Change ownership of workdir to octo2influx user
  • Loading branch information
echoblag authored Jul 4, 2024
2 parents 2e2b7a3 + 5426cf6 commit 70a578b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bookworm
FROM python:3.10.14-slim-bookworm

LABEL maintainer="Thibault Godouet <yo8192@users.noreply.github.com>"

Expand All @@ -12,6 +12,8 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY octo2influx.py loop.sh ./

RUN chown 9923:9923 /usr/src/app/*

USER octo2influx

ENV FREQ=1h
Expand Down

0 comments on commit 70a578b

Please sign in to comment.