Revert "Switch to Debian Trixie"

This reverts commit 87ee8b7eba.
This commit is contained in:
Peter Cai 2024-02-15 15:05:45 -05:00
parent 87ee8b7eba
commit bba6274869

View file

@ -4,14 +4,13 @@ jobs:
build-image: build-image:
runs-on: docker runs-on: docker
container: container:
image: debian:trixie image: node:18-alpine
volumes: volumes:
- /var/lib/containers - /var/lib/containers
steps: steps:
- name: Install packages - name: Install packages
run: | run: |
apt-get -y update apk add git podman
apt-get -y install git nodejs podman
- name: Fixup subuid/subgid - name: Fixup subuid/subgid
run: | run: |