Skip to content

Commit 34e4a21

Browse files
committed
fix build context
1 parent 5fa3d59 commit 34e4a21

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ updates:
1010
directory: "/"
1111
schedule:
1212
interval: "weekly"
13+
- package-ecosystem: "docker"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build and push Docker image
5757
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
5858
with:
59-
context: docker
59+
context: .
6060
push: true
6161
pull: true
6262
platforms: linux/arm64,linux/amd64

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/python:3-slim
1+
FROM docker.io/python:3.11.3-slim
22

33
WORKDIR /build
44
COPY . .

0 commit comments

Comments
 (0)