Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Jun 4, 2024
1 parent b727898 commit b088d17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions build/mongodb-backup/6.0/.platforms
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion build/mongodb-backup/6.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mongo:6.0
FROM --platform=$TARGETPLATFORM mongo:6.0

ENV CRON_TIME="0 0 * * *" \
TZ=UTC \
Expand Down
1 change: 1 addition & 0 deletions build/mongodb-backup/7.0/.platforms
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion build/mongodb-backup/7.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mongo:7.0
FROM --platform=$TARGETPLATFORM mongo:7.0

ENV CRON_TIME="0 0 * * *" \
TZ=UTC \
Expand Down

0 comments on commit b088d17

Please sign in to comment.