Compare commits
2 commits
3b73c93c6d
...
37e4aa6864
Author | SHA1 | Date | |
---|---|---|---|
37e4aa6864 | |||
5bea12a87f |
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ RUN set -eux; \
|
||||||
find . -type f -name '*.py[c0]' -delete; \
|
find . -type f -name '*.py[c0]' -delete; \
|
||||||
find . -type d -name "__pycache__" -delete;
|
find . -type d -name "__pycache__" -delete;
|
||||||
|
|
||||||
FROM python:3.13.1-slim AS build_env
|
FROM python:3.13.2-slim AS build_env
|
||||||
ARG BEANCOUNT_VERSION
|
ARG BEANCOUNT_VERSION
|
||||||
ENV PATH "/app/bin:$PATH"
|
ENV PATH "/app/bin:$PATH"
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ RUN set -eux; \
|
||||||
rm -r /app/share; \
|
rm -r /app/share; \
|
||||||
find /app -name __pycache__ -exec rm -rf -v {} +
|
find /app -name __pycache__ -exec rm -rf -v {} +
|
||||||
|
|
||||||
FROM python:3.13.1-slim
|
FROM python:3.13.2-slim
|
||||||
COPY --from=build_env /app /app
|
COPY --from=build_env /app /app
|
||||||
|
|
||||||
# Default fava port number
|
# Default fava port number
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.13.1-slim-bookworm
|
FROM python:3.13.2-slim-bookworm
|
||||||
|
|
||||||
RUN set -e; \
|
RUN set -e; \
|
||||||
apt-get update -q; \
|
apt-get update -q; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue