Skip to content

Commit

Permalink
Merge pull request #47 from arkivverket/update-nginx-dependabot
Browse files Browse the repository at this point in the history
Change to standard nginx image and configure dependabot
  • Loading branch information
jon-larsen authored Aug 22, 2024
2 parents 29a47ea + b9c8485 commit 6d5a4c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM arkivverket.azurecr.io/nginx:1.23.3
FROM nginx:1.27.1
COPY --chown=nonroot . /usr/share/nginx/html/

0 comments on commit 6d5a4c6

Please sign in to comment.