Skip to content

Commit

Permalink
🐳 Update ubuntu version to jammy 22.04 for base image
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianpb committed Jan 21, 2024
1 parent 82bf296 commit fa96a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-base
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
##########################################################
FROM multiarch/ubuntu-debootstrap:$TARGETARCH-focal-slim as base
FROM multiarch/ubuntu-debootstrap:$TARGETARCH-jammy-slim as base
RUN apt-get update
RUN apt-get install -y software-properties-common curl
RUN apt-add-repository universe
RUN curl -s https://apt.mopidy.com/mopidy.gpg | apt-key add -
RUN echo 'deb https://apt.mopidy.com/ buster main contrib non-free' > /etc/apt/sources.list.d/mopidy.list
RUN echo 'deb https://apt.mopidy.com/ bullseye main contrib non-free' > /etc/apt/sources.list.d/mopidy.list
RUN apt-get update --fix-missing
RUN apt-get install -y \
mopidy \
Expand Down

0 comments on commit fa96a65

Please sign in to comment.