File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 7373 matchPackageNames : [ "/python/" ] ,
7474 allowedVersions : "/3\\.12/" ,
7575 } ,
76- {
77- description : [ "Allowed Node Version for Beets" ] ,
78- matchDatasources : [ "docker" ] ,
79- matchFileNames : [ "apps/beets/Dockerfile" ] ,
80- matchPackageNames : [ "/node/" ] ,
81- allowedVersions : "/16-alpine3\\.18/" ,
82- } ,
8376 ] ,
8477}
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM docker.io/library/node:16-alpine3.18 AS betanin
3+ FROM docker.io/library/node:22-alpine AS betanin
44WORKDIR /src
55ADD https://github.com/sentriz/betanin.git .
66WORKDIR /src/betanin_client
77ENV PRODUCTION=true
8+ ENV NODE_OPTIONS=--openssl-legacy-provider
89RUN npm install && npm run-script build
910
1011FROM docker.io/library/python:3.12-alpine
5859 apk add --no-cache --virtual=.build-deps \
5960 git \
6061 && \
61- apk add --no-cache --repository="https://dl-cdn.alpinelinux.org/alpine/edge/testing /" \
62+ apk add --no-cache --repository="https://dl-cdn.alpinelinux.org/alpine/edge/community /" \
6263 mp3gain \
64+ && \
65+ apk add --no-cache --repository="https://dl-cdn.alpinelinux.org/alpine/edge/testing/" \
6366 mp3val \
6467 && \
6568 pip install uv \
You can’t perform that action at this time.
0 commit comments