Skip to content

Commit

Permalink
Update to Elixir 1.12.2 and Phoenix Framework 1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbet committed Sep 1, 2021
1 parent e32daaf commit b39e387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM nicbet/phoenix:1.5.9
FROM nicbet/phoenix:1.5.12

RUN apt-get install -y ruby \
&& gem install --no-ri --no-rdoc htmlbeautifier \
&& npm i -g yarn \
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ services:
- "database:/var/lib/postgresql/data"

volumes:
database:
database:

0 comments on commit b39e387

Please sign in to comment.