push to 2.4.2
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 6m40s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 6m40s
This commit is contained in:
parent
d4d8857899
commit
e2ce7ed14a
@ -1,4 +1,4 @@
|
||||
FROM docker.io/alpine:3.20 AS builder
|
||||
FROM docker.io/alpine:3.21 AS builder
|
||||
|
||||
ENV POETRY_VIRTUALENVS_IN_PROJECT=true
|
||||
ENV POETRY_NO_INTERACTION=1
|
||||
@ -22,7 +22,7 @@ RUN apk --no-cache add \
|
||||
sed \
|
||||
libffi-dev
|
||||
|
||||
ENV VERSION=v2.3.0
|
||||
ENV VERSION=v2.4.2
|
||||
|
||||
RUN git clone https://github.com/mealie-recipes/mealie.git
|
||||
WORKDIR /mealie
|
||||
@ -60,7 +60,7 @@ RUN ./configure --prefix=/
|
||||
RUN make
|
||||
RUN make DESTDIR=/dist install
|
||||
|
||||
FROM docker.io/alpine:3.20
|
||||
FROM docker.io/alpine:3.21
|
||||
|
||||
ENV PRODUCTION=true
|
||||
ENV TESTING=false
|
||||
@ -81,8 +81,6 @@ COPY --from=crfpp /dist/bin /bin/
|
||||
COPY --from=crfpp /dist/lib /lib/
|
||||
COPY --from=builder --chown=mealie:mealie /mealie/.venv /py-pkgs
|
||||
COPY --from=builder --chown=mealie:mealie /mealie/mealie /home/mealie/app/mealie
|
||||
COPY --from=builder --chown=mealie:mealie /mealie/alembic.ini /home/mealie/app/alembic.ini
|
||||
COPY --from=builder --chown=mealie:mealie /mealie/alembic /home/mealie/app/alembic
|
||||
COPY --from=builder --chown=mealie:mealie /mealie/frontend/dist /home/mealie/app/static
|
||||
|
||||
RUN mkdir -p /app/data
|
||||
|
Loading…
Reference in New Issue
Block a user