Skip to content

Commit

Permalink
Bump python from 3.11.0rc2-buster to 3.11.0-buster (#926)
Browse files Browse the repository at this point in the history
Bumps python from 3.11.0rc2-buster to 3.11.0-buster.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2022
1 parent 3bac81d commit 6b627d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.0rc2-buster as requirements
FROM python:3.11.0-buster as requirements

ARG NEURO_FLOW_DIST

Expand All @@ -11,7 +11,7 @@ ADD ./dist /dist
RUN pip install --user "/${NEURO_FLOW_DIST}"


FROM python:3.11.0rc2-buster
FROM python:3.11.0-buster

LABEL org.opencontainers.image.source = "https://github.com/neuro-inc/neuro-flow"

Expand Down

0 comments on commit 6b627d0

Please sign in to comment.