upgrading gancio to 1.21.0, alpine to 3.21, sharps to 33.5 and node to 22
This commit is contained in:
parent
9d09dcbefd
commit
f85fd38eb6
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM node:20-alpine
|
||||
FROM node:22-alpine
|
||||
ARG GANCIO_VER
|
||||
RUN apk add --no-cache yarn build-base git bash
|
||||
COPY ./docker-entrypoint.sh /
|
||||
WORKDIR /releases
|
||||
RUN git clone --depth 1 --branch $GANCIO_VER https://framagit.org/les/gancio && sed -i 's/"sharp": "^0.27.2"/"sharp": "^0.33.2"/' /releases/gancio/package.json && sed -i 's/"node": ">=14 <=18"/"node": ">=14 <=20"/' /releases/gancio/package.json
|
||||
RUN git clone --depth 1 --branch $GANCIO_VER https://framagit.org/les/gancio && sed -i 's/"sharp": "^0.27.2"/"sharp": "^0.33.5"/' /releases/gancio/package.json && sed -i 's/"node": ">=14 <=18"/"node": ">=14 <=22"/' /releases/gancio/package.json
|
||||
ENTRYPOINT ["sh", "/docker-entrypoint.sh"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# gancio-patched
|
||||
|
||||
gancio events software with updated sharps for Alpine 3.19
|
||||
gancio events software with updated sharps for Alpine 3.21
|
||||
|
||||
Use the variable GANCIO_VER to refer to the gancio tag you want. The `gancio-patched-latest.tgz` file will be updated whenever I remember to.
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue