Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 14, 2024
1 parent 1c697a7 commit 8f95928
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ RUN \
apt-get update \
\
&& apt-get install -y --no-install-recommends \
ca-certificates=20230311ubuntu0.22.04.1 \
curl=7.81.0-1ubuntu1.16 \
jq=1.6-2.1ubuntu3 \
tzdata=2024a-0ubuntu0.22.04 \
xz-utils=5.2.5-2ubuntu1 \
ca-certificates=20240203 \
curl=8.5.0-2ubuntu10.1 \
jq=1.7.1-3build1 \
tzdata=2024a-2ubuntu1 \
xz-utils=5.6.1+really5.4.5-1 \
\
&& S6_ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \
Expand Down

0 comments on commit 8f95928

Please sign in to comment.