diff --git a/.drone.yaml b/.drone.yaml index a09293b..1cd0064 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -12,7 +12,7 @@ environment: steps: - name: install dependencies - image: elixir:1.14.0-slim + image: elixir:1.14.0 volumes: - name: mix path: /root/.mix @@ -23,7 +23,7 @@ steps: - mix compile - name: run migrations - image: elixir:1.14.0-slim + image: elixir:1.14.0 volumes: - name: mix path: /root/.mix @@ -31,7 +31,7 @@ steps: - mix ecto.setup - name: run tests - image: elixir:1.14.0-slim + image: elixir:1.14.0 volumes: - name: mix path: /root/.mix diff --git a/CHANGELOG.org b/CHANGELOG.org index 461d8e6..4a587d5 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -43,7 +43,6 @@ ** 0.4.10 <2023-08-03 Thu> Add the CI/CD configuration. Add the test config. - ** 0.5.1 <2023-08-04 Fri> Add a generator for Link with random shorten. Update Links.create_one to use a function. @@ -65,3 +64,5 @@ Add tests for user login. ** 0.8.4 <2023-08-12 Sat> Add ErrorHandler for API Auth. +** 0.8.5 <2024-08-05 Mon> + Update the docker image for the CI/CD pipeline.