Skip to content

Commit

Permalink
chore: update docker test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
altaurog committed Jan 28, 2020
1 parent 9349b48 commit 9cb9708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -15,7 +15,7 @@ services:
- pgsql

pgsql:
image: postgres:9.5
image: postgres:10
environment:
- POSTGRES_DB=pgcopy_test
- POSTGRES_USER=postgres
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:trusty
FROM python:3.8-slim-buster

ARG DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 9cb9708

Please sign in to comment.