Skip to content

Commit

Permalink
update Python to 3.8.12 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sida Say authored Dec 2, 2021
1 parent 4efd12b commit c0739eb
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.8.11-buster
FROM python:3.8.12-buster

LABEL maintainer="Sida Say <sida.say@khalibre.com>"

Expand Down Expand Up @@ -60,7 +60,7 @@ ENV NGINX_SERVER_TOKENS 'off'
# To modify this, change LISTEN_PORT environment variable.
# (in a Dockerfile or with an option for `docker run`)
ENV LISTEN_PORT 80
# Copy start.sh script that will check for a /app/prestart.sh script and run it before starting the app
# Copy start.sh script that will check for a /app/prestart.sh script and run it before starting the app
COPY ./configs/start.sh /start.sh
RUN chmod +x /start.sh

Expand Down

0 comments on commit c0739eb

Please sign in to comment.