Skip to content

Commit

Permalink
fix: upgrade expat
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Sep 6, 2024
1 parent 9c915f7 commit adb7d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/amd64/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get clean \
&& echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y pkg-config libseccomp-dev wget xz-utils \
&& apt-get install -y --no-install-recommends zlib1g=1:1.3.dfsg+really1.3.1-1 expat=2.6.2-1 perl=5.38.2-5 libsqlite3-0=3.46.0-1
&& apt-get install -y --no-install-recommends zlib1g=1:1.3.dfsg+really1.3.1-1 expat=2.6.2-2 perl=5.38.2-5 libsqlite3-0=3.46.0-1

# copy main binary to /main
COPY main /main
Expand Down
2 changes: 1 addition & 1 deletion docker/arm64/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get clean \
&& echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y pkg-config libseccomp-dev wget xz-utils \
&& apt-get install -y --no-install-recommends zlib1g=1:1.3.dfsg+really1.3.1-1 expat=2.6.2-1 perl=5.38.2-5 libsqlite3-0=3.46.0-1
&& apt-get install -y --no-install-recommends zlib1g=1:1.3.dfsg+really1.3.1-1 expat=2.6.2-2 perl=5.38.2-5 libsqlite3-0=3.46.0-1

# copy main binary to /main
COPY main /main
Expand Down

0 comments on commit adb7d7f

Please sign in to comment.