Skip to content

Commit

Permalink
Upgrade Phoenix to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marteinn committed Feb 24, 2024
1 parent f958ad8 commit d4fa236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgrade Ubuntu to 22.04
- Add Circle CI executors
- Bump actions/checkout to v4
- Upgrade Phoenix to 1.7

### Removed

Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update \
&& apt-get install -y inotify-tools vim netcat \
&& rm -rf /var/lib/apt/lists/*

RUN mix archive.install --force hex phx_new 1.6.6
RUN mix archive.install --force hex phx_new 1.7.11

WORKDIR /app
ADD . /app
Expand Down

0 comments on commit d4fa236

Please sign in to comment.