Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit c0421c0

Browse files
committed
Fix pinning for unstable
1 parent cbbe075 commit c0421c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ deb-src http://deb.debian.org/debian unstable main' \
55
>> /etc/apt/sources.list
66
RUN echo '\
77
Package: *\n\
8-
Pin: release n=unstable\n\
8+
Pin: release a=unstable\n\
99
Pin-Priority: 1' \
1010
> /etc/apt/preferences.d/99pinning
1111
RUN apt-get update && apt-get upgrade -y

0 commit comments

Comments
 (0)