Skip to content

Commit

Permalink
Merge pull request #68 from GoogleCloudPlatform/fix-python-app
Browse files Browse the repository at this point in the history
fix: python app: pin bash version
  • Loading branch information
rosera authored Aug 12, 2022
2 parents fecd088 + edcdbd1 commit 4fcf652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ COPY prime-flask-server.py requirements.txt /opt/

RUN adduser -D apprunner && \
apk add --no-cache \
bash=5.1.16-r2 \
dumb-init=1.2.5-r1 && \
pip3 install -r /opt/requirements.txt && \
chown -R apprunner:apprunner /opt/
Expand Down

0 comments on commit 4fcf652

Please sign in to comment.