Skip to content

Commit

Permalink
Fix build for tools image by upgrading libtinfo6 version (#10577)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Porteous <[email protected]>
  • Loading branch information
rustielin and banool authored Oct 19, 2023
1 parent 16a4ba6 commit cf52413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/builder/tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
wget \
curl \
perl-base=5.32.1-4+deb11u1 \
libtinfo6=6.2+20201114-2+deb11u1 \
libtinfo6=6.2+20201114-2+deb11u2 \
git \
libssl1.1 \
ca-certificates \
Expand Down

0 comments on commit cf52413

Please sign in to comment.