Skip to content

Commit

Permalink
Base image on 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed May 21, 2024
1 parent bd23f5d commit 93ca5cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,6 @@ on: [ push, pull_request ]
# Note: As of now the strategy property is not supported when using reusable workflows, so we can't use a build
# matrix to create the different build cases (see https://docs.github.com/en/actions/using-workflows/reusing-workflows#limitations)
jobs:
build_1_4_230:
uses: ./.github/workflows/build_and_publish.yml
with:
mumble_version: "v1.4.230"
docker_version: '0'
publish: false
update_latest: false
platforms: "linux/amd64"
build_1_4_274:
uses: ./.github/workflows/build_and_publish.yml
with:
mumble_version: "v1.4.274"
docker_version: '0'
publish: false
update_latest: false
platforms: "linux/amd64"
build_1_4_287:
uses: ./.github/workflows/build_and_publish.yml
with:
mumble_version: "v1.4.287"
docker_version: '0'
publish: false
update_latest: false
platforms: "linux/amd64"
build_1_5_634:
uses: ./.github/workflows/build_and_publish.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04 as base
FROM ubuntu:24.04 as base

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit 93ca5cc

Please sign in to comment.