Skip to content

Commit

Permalink
Replace ubuntu with debian
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jul 13, 2024
1 parent 71ac945 commit 8c6bedc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
dockerfile:
- Dockerfile.arch
- Dockerfile.ubuntu
- Dockerfile.debian
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu → Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM debian:bookworm

RUN apt-get update -y \
&& apt-get install -y build-essential zsh git ripgrep fzf tmux make curl sudo unzip universal-ctags stow \
Expand Down

0 comments on commit 8c6bedc

Please sign in to comment.