Skip to content

Commit

Permalink
bridge: update ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymell authored and svix-james committed Nov 7, 2024
1 parent fed1266 commit f9c5212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN set -ex ; \
chown -R appuser: /home/appuser

RUN apt-get update ;\
apt-get install --no-install-recommends -y ca-certificates=20210119; \
apt-get install --no-install-recommends -y ca-certificates=20230311; \
update-ca-certificates; \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f9c5212

Please sign in to comment.