Skip to content

Commit

Permalink
Bump base images for in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
em92 committed Dec 16, 2023
1 parent 64071d5 commit 15fba05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.develop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6-stretch
FROM python:3.7-stretch

RUN echo "deb https://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main" > /etc/apt/sources.list.d/pgdg.list
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6-stretch
FROM python:3.7-stretch

COPY --chown=www-data . /opt/qllr

Expand Down

0 comments on commit 15fba05

Please sign in to comment.