Skip to content

Commit

Permalink
Use stable tag until upstream alien package is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Mar 8, 2021
1 parent 099166d commit add5eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build-deb:
runs-on: ubuntu-20.04
container:
image: debian:testing
image: debian:stable
steps:
- name: Installing Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:testing-slim
FROM debian:stable-slim

ENV DEBIAN_FRONTEND noninteractive

Expand Down

0 comments on commit add5eb8

Please sign in to comment.