Skip to content

Commit

Permalink
Update system packages in backend to address vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
elsong86 committed Aug 22, 2024
1 parent 49b9e6b commit d3480ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ EXPOSE 3000
# Backend service
FROM python:3.12-slim AS backend

# Update system packages to ensure we have the latest versions, including zlib1g
RUN apt-get update && apt-get upgrade -y && apt-get clean

# Set the working directory
WORKDIR /backend

Expand Down

0 comments on commit d3480ee

Please sign in to comment.