Skip to content

Commit 5afdb28

Browse files
authored
Add dependabot for container images (#232)
1 parent 7550484 commit 5afdb28

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/dependabot.yml

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

test-partner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi:latest
1+
FROM registry.access.redhat.com/ubi8/ubi:8.7
22

33
ARG USERNAME=tnf-user
44
ARG USER_UID=1000

test-partner/Dockerfile.debug-partner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi:latest
1+
FROM registry.access.redhat.com/ubi8/ubi:8.7
22

33
RUN \
44
yum -y update && \

0 commit comments

Comments
 (0)