push to 3.0.1
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
This commit is contained in:
parent
5ac5c16937
commit
a9080b6d82
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue