Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
e64a5a1660 Bump json5 from 2.1.2 to 2.2.3 in /backend
Bumps [json5](https://github.com/json5/json5) from 2.1.2 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.1.2...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 19:58:27 +00:00
2 changed files with 5 additions and 1237 deletions

View File

@@ -1,5 +1,5 @@
# Fetching our ffmpeg
FROM ubuntu:23.04 AS ffmpeg
FROM ubuntu:22.04 AS ffmpeg
ENV DEBIAN_FRONTEND=noninteractive
# Use script due local build compability
COPY ffmpeg-fetch.sh .
@@ -8,7 +8,7 @@ RUN sh ./ffmpeg-fetch.sh
# Create our Ubuntu 22.04 with node 16.14.2 (that specific version is required as per: https://stackoverflow.com/a/72855258/8088021)
# Go to 20.04
FROM ubuntu:23.04 AS base
FROM ubuntu:20.04 AS base
ARG DEBIAN_FRONTEND=noninteractive
ENV UID=1000
ENV GID=1000

1238
backend/package-lock.json generated

File diff suppressed because it is too large Load Diff