Skip to content

Commit 38e8d72

Browse files
committed
Test dependabot
1 parent f6d84eb commit 38e8d72

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "docker"
4+
directory: "/server"
5+
schedule:
6+
interval: "daily"
7+
- package-ecosystem: "docker"
8+
directory: "/client"
9+
schedule:
10+
interval: "daily"

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20
1+
FROM alpine:3.19
22

33
# Install common packages between server and client images
44
RUN apk add --no-cache rsync tzdata nss_wrapper

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Inspired by https://docs.linuxserver.io/images/docker-openssh-server/
2-
FROM alpine:3.20
2+
FROM alpine:3.19
33

44
# Install common packages between server and client images
55
RUN apk add --no-cache rsync tzdata nss_wrapper

0 commit comments

Comments
 (0)