Skip to content

Commit

Permalink
Merge pull request #35 from OmegaVVeapon/alpine-update
Browse files Browse the repository at this point in the history
Alpine update
  • Loading branch information
OmegaVVeapon authored May 20, 2022
2 parents 4122eb1 + b58b079 commit 9655bc6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY Pipfile .
COPY Pipfile.lock .
RUN PIPENV_VENV_IN_PROJECT=1 pipenv install --ignore-pipfile --deploy

FROM python:3.8-alpine AS runtime
FROM python:3.8-alpine3.15 AS runtime

# Copy virtual env from python-deps stage
COPY --from=python-deps /.venv /.venv
Expand Down

0 comments on commit 9655bc6

Please sign in to comment.