Skip to content

Commit

Permalink
fix: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Jul 11, 2024
1 parent fdadc81 commit f796729
Show file tree
Hide file tree
Showing 6 changed files with 28,480 additions and 45,224 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
target-branch: "master"
commit-message:
prefix: "chore:"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
target-branch: "master"
commit-message:
prefix: "chore:"
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Catch All Rule

- @spectrocloud/education-engineers
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS modules
FROM node:20-alpine AS modules
WORKDIR /app
COPY . .
RUN adduser -u 1002 -h /home/appuser -D appuser appuser && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.Caddy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS modules
FROM node:20-alpine AS modules
WORKDIR /app
COPY . .
RUN adduser -u 1002 -h /home/appuser -D appuser appuser && \
Expand Down
Loading

0 comments on commit f796729

Please sign in to comment.