Skip to content

Commit e575a79

Browse files
committed
chore(deps): update Docker images with dependabot, do it manually for now
1 parent 95a562d commit e575a79

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/dependabot.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ updates:
1515
interval: "weekly"
1616
assignees:
1717
- "pandatix"
18+
19+
# Root Go module
20+
- package-ecosystem: "docker"
21+
directory: "/"
22+
schedule:
23+
interval: "weekly"
24+
assignees:
25+
- "pandatix"

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pulumi/pulumi-go:3.96.2
1+
FROM pulumi/pulumi-go:3.111.1@sha256:6d506fa398b819dd0186d4cf3f59c3383988505f773ec369af41bf8952e08830
22
COPY victor /victor
33
RUN pulumi login --local
44
ENTRYPOINT [ "/victor" ]

0 commit comments

Comments
 (0)