Skip to content

Commit 08a7750

Browse files
authored
Merge pull request #13 from devops-ia/dependabot/docker/python-3.12.4-slim
chore(deps): bump python from 3.8.3-slim to 3.12.4-slim
2 parents 7f40058 + b6cc108 commit 08a7750

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

.github/dependabot.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
open-pull-requests-limit: 10
8+
labels:
9+
- enhancement
10+
- dependency-management
11+
- package-ecosystem: docker
12+
directory: "/"
13+
schedule:
14+
interval: monthly
15+
open-pull-requests-limit: 10
16+
labels:
17+
- enhancement
18+
- dependency-management
19+
- package-ecosystem: pip
20+
directory: "/"
21+
schedule:
22+
interval: monthly
23+
open-pull-requests-limit: 10
24+
labels:
25+
- enhancement
26+
- dependency-management

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8.3-slim
1+
FROM python:3.12.4-slim
22

33
# LABELS
44
LABEL maintainer="Iván Alejandro Marugán <hello@ialejandro.rocks>" \

0 commit comments

Comments
 (0)