Skip to content

Commit

Permalink
fix Workaround of CVE-2023-50387
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Jul 5, 2024
1 parent 78aab5a commit 041e09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ARG GID="991"

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ffmpeg tini libc6=2.36-9+deb12u7 \
ffmpeg tini bind=1:9.18.24-1 \
&& corepack enable \
&& groupadd -g "${GID}" jetdisc \
&& useradd -l -u "${UID}" -g "${GID}" -m -d /jetdisc jetdisc \
Expand Down

0 comments on commit 041e09e

Please sign in to comment.