Skip to content

Commit

Permalink
fix: Apply workaround for CVE-2024-33599 vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed May 6, 2024
1 parent 9cbd866 commit 3d5022d
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 @@ -31,7 +31,7 @@ ARG GID="991"

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ffmpeg tini util-linux=2.38.1-5+deb12u1 \
ffmpeg tini glibc=2.36-9+deb12u7 \
&& corepack enable \
&& groupadd -g "${GID}" jetdisc \
&& useradd -l -u "${UID}" -g "${GID}" -m -d /jetdisc jetdisc \
Expand Down

0 comments on commit 3d5022d

Please sign in to comment.