Skip to content

Commit

Permalink
Update/Downgrade Dockerfile to use Python 3.6.13-slim-buster image
Browse files Browse the repository at this point in the history
  • Loading branch information
DoPaNik committed Dec 5, 2023
1 parent 510f61a commit f8de7a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions supplychain/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM python:3.9-alpine@sha256:0d85a01ef353af1f5661f368cc1254d039a4c836c48a3450b36c007466e57af5
WORKDIR /app
FROM python:3.6.13-slim-buster
COPY app.py .
RUN pip install --no-cache-dir Flask==2.0.1
EXPOSE 5000
Expand Down

0 comments on commit f8de7a8

Please sign in to comment.