Skip to content

Commit

Permalink
fix: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeepsingh25 committed Nov 19, 2023
1 parent 889d4bb commit 5fe674f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion preprocessors/grouping/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.8-alpine

RUN adduser --disabled-password python
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion preprocessors/sorting/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.8-alpine

RUN adduser --disabled-password python
WORKDIR /app
Expand Down

0 comments on commit 5fe674f

Please sign in to comment.