Skip to content

Commit

Permalink
Updated the CI image to Ubuntu 22.04.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Mar 11, 2024
1 parent b058911 commit 545abe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
package:
name: Build and upload the image (${{ matrix.version }})
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
strategy:
fail-fast: false
Expand Down
4 changes: 3 additions & 1 deletion 22.05/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ ENV \
MDNS_HOSTNAME="ejabberd.local"

# Install system packages
RUN apt-get update -yqqq && \
RUN sed -i 's/\(archive\|security\).ubuntu.com/old-releases.ubuntu.com/g' \
/etc/apt/sources.list && \
apt-get update -yqqq && \
apt-get install -y \
avahi-daemon avahi-discover avahi-utils \
libnss-mdns haproxy supervisor locales \
Expand Down

0 comments on commit 545abe4

Please sign in to comment.