Skip to content

Commit 6ed6ebb

Browse files
committed
Updated curl version.
Signed-off-by: Charles Johnson <[email protected]>
1 parent c4a2b57 commit 6ed6ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM base AS runtime
2424

2525
# Install extra packages
2626
RUN apt-get update && \
27-
apt-get install -y postgresql-client=11+200+deb10u4 iputils-ping=3:20180629-2+deb10u2 curl=7.64.0-4+deb10u2 && rm -rf /var/lib/apt/lists/*
27+
apt-get install -y --no-install-recommends postgresql-client=11+200+deb10u4 iputils-ping=3:20180629-2+deb10u2 curl=7.64.0-4+deb10u3 && rm -rf /var/lib/apt/lists/*
2828

2929
# Create and switch to a new user
3030
RUN useradd --create-home --uid 1001 --gid 0 appuser

0 commit comments

Comments
 (0)