Skip to content

Commit

Permalink
Build against Debian Bookworm.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Feb 13, 2024
1 parent 2523a72 commit 53479aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
ghcr.io/azuracast/icecast-kh-ac
tags: |
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
type=ref,event=branch
type=semver,pattern={{raw}}
type=ref,event=tag
- name: Publish to Docker Hub
uses: depot/build-push-action@v1
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:jammy
FROM debian:bookworm-slim

RUN apt-get update \
&& apt-get install -q -y --no-install-recommends \
Expand Down

0 comments on commit 53479aa

Please sign in to comment.