Skip to content

Commit

Permalink
fix: remove unnecessary curl version pinning; correct keyword casing …
Browse files Browse the repository at this point in the history
…to prevent Docker warnings; fix LegacyKeyValueFormat for ENV
  • Loading branch information
dputko committed Dec 23, 2024
1 parent 73e1ac6 commit 33475b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends -qq \
libffi-dev=3.3-6 \
g++=4:10.2.1-1 \
git=1:2.30.2-1+deb11u2 \
curl=7.74.0-1.3+deb11u12 \
curl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 33475b5

Please sign in to comment.