Skip to content

Commit 645efa5

Browse files
authored
Merge pull request #33 from the-hideout/version-updates
Version Updates
2 parents 499e297 + a05ba2c commit 645efa5

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/dependabot.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
---
4+
version: 2
5+
updates:
6+
- package-ecosystem: github-actions
7+
directory: "/"
8+
groups:
9+
github-actions:
10+
patterns:
11+
- "*"
12+
schedule:
13+
interval: monthly

src/caddy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM caddy/caddy:2.7.4-alpine
1+
FROM caddy/caddy:2.7.6-alpine
22

33
RUN mkdir /app
44
COPY start.sh /app/start.sh

src/status_page/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM louislam/uptime-kuma:1.23.2-alpine
1+
FROM louislam/uptime-kuma:1.23.10-alpine

0 commit comments

Comments
 (0)