Skip to content

Commit

Permalink
Merge pull request #101 from gerosecurity/development
Browse files Browse the repository at this point in the history
Upgrade Python
  • Loading branch information
VGR6479 authored Jul 11, 2024
2 parents 738924c + 275730a commit 1cda0b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gerobug_dashboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.11

ENV PIP_DISABLE_PIP_VERSION_CHECK 1
ENV PYTHONBUFFERED 1
Expand Down
2 changes: 1 addition & 1 deletion gerobug_web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.10

ENV PIP_DISABLE_PIP_VERSION_CHECK 1
ENV PYTHONBUFFERED 1
Expand Down

0 comments on commit 1cda0b0

Please sign in to comment.