mirror of
https://github.com/cupcakearmy/glyphance.git
synced 2025-09-06 22:40:39 +00:00
Compare commits
5 Commits
v1.0.2
...
45346502c7
Author | SHA1 | Date | |
---|---|---|---|
45346502c7 | |||
f177b3f581 | |||
|
1208f9d546 | ||
29ecbb1ed8 | |||
|
7a4375fbe9 |
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# To get started with Dependabot version updates, you'll need to specify which
|
||||||
|
# package ecosystems to update and where the package manifests are located.
|
||||||
|
# Please see the documentation for all configuration options:
|
||||||
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "docker" # See documentation for possible values
|
||||||
|
directory: "/" # Location of package manifests
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.10-alpine
|
FROM python:3.11-alpine
|
||||||
|
|
||||||
# Install Poetry
|
# Install Poetry
|
||||||
RUN apk add --no-cache curl
|
RUN apk add --no-cache curl
|
||||||
|
Reference in New Issue
Block a user