Skip to content

Commit

Permalink
Merge branch 'devops/dependabot/add-docker' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
aapeliv committed Nov 25, 2024
2 parents 07a5d7c + de9705f commit 7678cc9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,13 @@ updates:
- "aapeliv"
- "nabramow"
- "bakeiro"

- package-ecosystem: "docker"
directory: "/app"
schedule:
interval: "monthly"
labels:
- "1.topic devops"
- "dependencies"
reviewers:
- "aapeliv"
2 changes: 1 addition & 1 deletion app/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:stable
FROM nginx:1.27

# 'production' or 'preview'
ARG environment=production
Expand Down

0 comments on commit 7678cc9

Please sign in to comment.