Skip to content

Commit 4eb092d

Browse files
committed
Update Dockerfile
1 parent 4fd2175 commit 4eb092d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
3838
echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache && \
3939
apt-get update && \
4040
apt-get install --yes --no-install-recommends \
41-
build-essential=12.10 \
42-
curl=8.9.1-2
41+
build-essential=12.9 \
42+
curl=7.88.1-10+deb12u8
4343

4444
ARG PIP_DISABLE_PIP_VERSION_CHECK=1 \
4545
PIP_NO_CACHE_DIR=0 \
@@ -100,4 +100,4 @@ ARG ENVIRONMENT=prod
100100
ENV ENVIRONMENT=${ENVIRONMENT}
101101
CMD ["gunicorn", "-c", "python:example_app.gunicorn_conf"]
102102

103-
HEALTHCHECK CMD curl -f http://localhost/ || exit 1
103+
HEALTHCHECK CMD ["curl", "-f", "http://localhost/"]

0 commit comments

Comments
 (0)