We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa3d59 commit 34e4a21Copy full SHA for 34e4a21
.github/dependabot.yml
@@ -10,3 +10,7 @@ updates:
10
directory: "/"
11
schedule:
12
interval: "weekly"
13
+ - package-ecosystem: "docker"
14
+ directory: "/"
15
+ schedule:
16
+ interval: "weekly"
.github/workflows/container.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Build and push Docker image
57
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
58
with:
59
- context: docker
+ context: .
60
push: true
61
pull: true
62
platforms: linux/arm64,linux/amd64
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.io/python:3-slim
+FROM docker.io/python:3.11.3-slim
2
3
WORKDIR /build
4
COPY . .
0 commit comments