Skip to content

Commit

Permalink
upgrade mongo image
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed Aug 9, 2024
1 parent 60d0600 commit 1d4c28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN npm install
COPY . .
RUN npm run build

FROM mongo:4.4.8-focal
FROM mongo:5.0.28-focal

ARG DEBIAN_FRONTEND=noninteractive
ARG REQUEST_GITHUB_URL_API_ENDPOINT
Expand Down

0 comments on commit 1d4c28e

Please sign in to comment.