push to 3.0.1
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run

This commit is contained in:
Sebastian Hugentobler 2025-07-17 19:57:16 +02:00
commit a9080b6d82
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

View file

@ -1,4 +1,4 @@
FROM docker.io/alpine:3.21 AS builder
FROM docker.io/alpine:3.22 AS builder
ENV POETRY_VIRTUALENVS_IN_PROJECT=true
ENV POETRY_NO_INTERACTION=1
@ -28,7 +28,7 @@ RUN git clone https://github.com/explosion/floret.git /floret
RUN cd /floret && git checkout $FLORET_VERSION
RUN sed -i '/^#include <vector>/a #include <cstdint>' /floret/src/args.h
ENV VERSION=v2.8.0
ENV VERSION=v3.0.1
RUN git clone https://github.com/mealie-recipes/mealie.git
WORKDIR /mealie
@ -53,7 +53,7 @@ RUN yarn install \
RUN echo "n" | yarn generate
FROM docker.io/alpine:3.21
FROM docker.io/alpine:3.22
ENV PRODUCTION=true
ENV TESTING=false