Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #469 from derogab/fix-daemon-build
Browse files Browse the repository at this point in the history
Fix Daemon Build
  • Loading branch information
derogab authored Nov 27, 2023
2 parents 931058d + 4587f15 commit 1ee89d1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,25 @@ updates:
- 'derogab'
labels:
- 'dependencies'

# Maintain dependencies for Docker
# in root folder
- package-ecosystem: 'docker'
directory: '/'
target-branch: 'dev'
schedule:
interval: 'monthly'
assignees:
- 'derogab'
labels:
- 'dependencies'
# and in /daemon folder
- package-ecosystem: 'docker'
directory: '/daemon'
target-branch: 'dev'
schedule:
interval: 'monthly'
assignees:
- 'derogab'
labels:
- 'dependencies'
2 changes: 1 addition & 1 deletion daemon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:lts-alpine3.16

# Create app directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit 1ee89d1

Please sign in to comment.