Skip to content

Commit

Permalink
Merge pull request #16 from mrjones-plip/gotify-alerts-14
Browse files Browse the repository at this point in the history
bump python in docker to 3.12, use slim bare vs slim-buster
  • Loading branch information
mrjones-plip authored Aug 31, 2024
2 parents 729de74 + 34a3c1d commit 63f6482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-buster
FROM python:3.12-slim
RUN mkdir /app
COPY . /app
WORKDIR /app
Expand Down

0 comments on commit 63f6482

Please sign in to comment.