Skip to content

Commit 248bdcc

Browse files
Update mongo Docker tag to v8.0.14
1 parent 649e3a5 commit 248bdcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

production/mongodb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mongo:8.0.9
1+
FROM mongo:8.0.14
22
COPY ./key/* /secrets/
33
RUN chown 999:999 /secrets/*
44
RUN chmod 600 /secrets/*

testing/mongodb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mongo:8.0.9
1+
FROM mongo:8.0.14
22
COPY key/* /secrets/
33
RUN chown 999:999 /secrets/*
44
RUN chmod 600 /secrets/*

0 commit comments

Comments
 (0)