Skip to content

Commit 0be75d5

Browse files
thaJeztahaiordache
authored andcommitted
Update credentials-helpers to v0.6.2
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent b4beaaa commit 0be75d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM python:${PYTHON_VERSION}
44

55
ARG APT_MIRROR
66
RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list \
7-
&& sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
7+
&& sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
88

99
RUN apt-get update && apt-get -y install \
1010
gnupg2 \

0 commit comments

Comments
 (0)