Skip to content

Commit

Permalink
Update mongo Dockerfile
Browse files Browse the repository at this point in the history
Use ubuntu:focal AS builder to avoid mongo EXPKEYSIG
  • Loading branch information
jay-m-dev committed Jun 4, 2024
1 parent 25bba92 commit 6af527f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dbmongo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build stage with all necessary files
FROM mongo:4.4.18 AS builder
FROM ubuntu:focal AS builder

WORKDIR /opt/

Expand Down

0 comments on commit 6af527f

Please sign in to comment.