Skip to content

Commit

Permalink
Update/install packages to fix vulnerabilities
Browse files Browse the repository at this point in the history
Update OpenSSL to fix CVE-2023-5363
  • Loading branch information
kamiKAC committed Nov 14, 2023
1 parent cda84c4 commit 931485c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM python:3.11-alpine

RUN apk update && apk upgrade --no-cache
RUN apk update && apk upgrade --no-cache \
&& apk install --no-cache openssl openssl1.1-compat

RUN pip3 install locationsharinglib paho-mqtt
WORKDIR /glocation

Expand Down

0 comments on commit 931485c

Please sign in to comment.