Skip to content

Commit

Permalink
Merge pull request #72 from rfsbraz/chore/base-image-upgrade
Browse files Browse the repository at this point in the history
chore: Upgrade base image to alpine
  • Loading branch information
rfsbraz authored Feb 19, 2024
2 parents 78ebb4b + 9321139 commit 1377c4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3-slim
FROM python:alpine

LABEL maintainer="rfsbraz"

Expand All @@ -17,8 +17,6 @@ WORKDIR /app
ADD . /app

RUN \
groupadd -g 1000 deleterr && \
useradd -u 1000 -g 1000 deleterr && \
echo ${BRANCH} > /app/branch.txt && \
echo ${COMMIT} > /app/version.txt && \
echo ${COMMIT_TAG} > /app/commit_tag.txt
Expand Down

0 comments on commit 1377c4b

Please sign in to comment.