mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
remove some dependabot groups & no alpine version to allow update (#8475)
Co-authored-by: mahula <lenzmath@posteo.de>
This commit is contained in:
parent
43f4fd130e
commit
4f05b852af
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -57,19 +57,10 @@ updates:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "*apollo-server*"
|
||||
babel:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "@babel*"
|
||||
metascraper:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "metascraper*"
|
||||
typescript:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "ts*"
|
||||
- "*types?"
|
||||
|
||||
# webapp
|
||||
- package-ecosystem: docker
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM node:20.12.1-alpine3.19 AS base
|
||||
FROM node:20.12.1-alpine AS base
|
||||
LABEL org.label-schema.name="ocelot.social:backend"
|
||||
LABEL org.label-schema.description="Backend of the Social Network Software ocelot.social"
|
||||
LABEL org.label-schema.usage="https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/README.md"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM node:20.12.1-alpine3.19 AS base
|
||||
FROM node:20.12.1-alpine AS base
|
||||
LABEL org.label-schema.name="ocelot.social:webapp"
|
||||
LABEL org.label-schema.description="Web Frontend of the Social Network Software ocelot.social"
|
||||
LABEL org.label-schema.usage="https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/README.md"
|
||||
|
||||
@ -8,7 +8,7 @@ LABEL org.label-schema.vendor="ocelot.social Community"
|
||||
LABEL org.label-schema.schema-version="1.0"
|
||||
LABEL maintainer="devops@ocelot.social"
|
||||
|
||||
FROM node:20.12.1-alpine3.19 AS build
|
||||
FROM node:20.12.1-alpine AS build
|
||||
ENV NODE_ENV="production"
|
||||
RUN apk --no-cache add git python3 make g++ bash jq
|
||||
RUN mkdir -p /app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user