Skip to content

Commit

Permalink
Switch to Debian Stable in docker images
Browse files Browse the repository at this point in the history
The current unstable fails to build with

    dpkg: dependency problems prevent configuration of libbinutils:amd64:
     libctf-nobfd0:amd64 (2.34-5) breaks libbinutils (<< 2.33.50.20191128-1~) and is installed.
      Version of libbinutils:amd64 to be configured is 2.30-22.
  • Loading branch information
gnosek committed Mar 23, 2020
1 parent ef8b0e0 commit fb08e7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:unstable
FROM debian:stable

MAINTAINER Sysdig <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion docker/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:unstable
FROM debian:stable

MAINTAINER Sysdig <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion docker/stable/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:unstable
FROM debian:stable

MAINTAINER Sysdig <[email protected]>

Expand Down

0 comments on commit fb08e7f

Please sign in to comment.