Skip to content

Commit

Permalink
Use slim variants of the base images
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuyisile Ndlovu committed Oct 4, 2024
1 parent 0a433be commit 0525f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-bookworm
FROM python:3.10-slim

WORKDIR /app
COPY requirements.txt /app
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14
FROM node:14-slim

WORKDIR /app
COPY package.json /app
Expand Down

0 comments on commit 0525f0b

Please sign in to comment.