Skip to content

Commit

Permalink
[Maintenance] Avoid package upgrade #176 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Jun 19, 2023
1 parent a03947f commit 4bd3ff5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN if [ "$USE_APT_PROXY" = "Y" ]; then \
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y software-properties-common
RUN apt-get install -y exiftool
RUN add-apt-repository ppa:jean-francois-dockes/${USE_PPA}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ Just be careful to use the tag you have built.

Change Date|Major Changes
---|---
2023-06-19|Avoid package upgrade (see issue [#176](https://github.com/GioF71/upmpdcli-docker/issues/176))
2023-06-19|Add support for custom av postfix (see issue[#174](https://github.com/GioF71/upmpdcli-docker/issues/174))
2023-06-07|Bump subsonic-connector to version 0.1.16 (see issue[#166](https://github.com/GioF71/upmpdcli-docker/issues/166))
2023-05-23|Bump subsonic-connector to version 0.1.15 (see issue[#162](https://github.com/GioF71/upmpdcli-docker/issues/162))
Expand Down

0 comments on commit 4bd3ff5

Please sign in to comment.