Skip to content

Commit

Permalink
pin curl in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dutchover committed Feb 15, 2024
1 parent c94aa8b commit cfba305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
EXPOSE 8000

# Install curl for health check
RUN apt-get update && apt-get install -y curl
RUN apt-get update && apt-get install -y curl=8.6.0

HEALTHCHECK --interval=5m --timeout=3s \
--start-period=1m \
Expand Down

0 comments on commit cfba305

Please sign in to comment.