Skip to content

Commit

Permalink
chore(deps): specify minimum openssl package version (avoid CVE-2023-…
Browse files Browse the repository at this point in the history
  • Loading branch information
gildesmarais committed Nov 14, 2023
1 parent 3abaf6e commit 930821b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ HEALTHCHECK --interval=30m --timeout=60s --start-period=5s \
CMD curl -f http://${HEALTH_CHECK_USERNAME}:${HEALTH_CHECK_PASSWORD}@localhost:3000/health_check.txt || exit 1

RUN apk add --no-cache --verbose \
'git=~2' \
'make=~4' \
'gcc>=12' \
'git=~2' \
'libc-dev=~0' \
'make=~4' \
'openssl>=3.1.4' \
'tzdata>=2023c-r1'

ARG USER=html2rss
Expand Down

0 comments on commit 930821b

Please sign in to comment.