Skip to content

Commit

Permalink
Bump docker image postgres/node version
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbelesky committed Aug 16, 2018
1 parent 326084b commit 65860a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PYTHONUNBUFFERED 1
# Setup Node/NPM
RUN apt-get update
RUN apt-get install -y curl
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash && apt-get install -y nodejs
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash && apt-get install -y nodejs

# Copy all our files into the baseimage and cd to that directory
RUN mkdir /tcd
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version: '3'

services:
db:
image: postgres:9.6
image: postgres:10
environment:
- POSTGRES_PASSWORD=tabbycat
- POSTGRES_USER=tabbycat
Expand Down

0 comments on commit 65860a0

Please sign in to comment.