Skip to content

Commit

Permalink
Fix broken ca-certificates version in integration tests (#1367)
Browse files Browse the repository at this point in the history
Fixes #1366
  • Loading branch information
aaronmondal authored Sep 26, 2024
1 parent 4d331f7 commit ca84219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment-examples/docker-compose/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get update \
gcc=4:11.2.0-1ubuntu1 \
g++=4:11.2.0-1ubuntu1 \
python3=3.10.6-1~22.04.1 \
ca-certificates=20230311ubuntu0.22.04.1; \
ca-certificates=20240203~22.04.1; \
elif [ "${OS_VERSION}" = "20.04" ]; then \
DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
Expand All @@ -42,7 +42,7 @@ RUN apt-get update \
gcc=4:9.3.0-1ubuntu2 \
g++=4:9.3.0-1ubuntu2 \
python3=3.8.2-0ubuntu2 \
ca-certificates=20230311ubuntu0.20.04.1; \
ca-certificates=20240203~20.04.1; \
else \
echo "Unsupported OS version: ${OS_VERSION}" >&2; \
exit 1; \
Expand Down

0 comments on commit ca84219

Please sign in to comment.