Skip to content

Commit 04b0e44

Browse files
committed
add docker base image tagging and settings for dependabot
1 parent e911c5b commit 04b0e44

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "docker"
5+
directories:
6+
- "/"
7+
schedule:
8+
interval: "weekly"
9+
patterns: ["*"]
10+
multi-ecosystem-group: "all-dependencies"
11+
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
patterns: ["*"]
17+
multi-ecosystem-group: "all-dependencies"
18+
19+
multi-ecosystem-groups:
20+
all-dependencies:
21+
schedule:
22+
interval: "weekly"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN curl -fsSLO "$SUPERCRONIC_URL" \
3535
&& mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \
3636
&& ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic
3737

38-
FROM cm2network/steamcmd:root
38+
FROM cm2network/steamcmd:root@sha256:e6b6b3503bf0e41feafe12dc709c90151afba193e1292cac55d28a7d470b1493
3939

4040
LABEL maintainer="Sebastian Schmidt - https://github.com/jammsen/docker-palworld-dedicated-server"
4141
LABEL org.opencontainers.image.authors="Sebastian Schmidt"

0 commit comments

Comments
 (0)