Skip to content

Commit 890b303

Browse files
committed
Dockerfile.e2e: pin to debian stretch variant for now
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 5a3b015 commit 890b303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG GO_VERSION=1.12.7
33
FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process
44

55
# Use Debian based image as docker-compose requires glibc.
6-
FROM golang:${GO_VERSION}
6+
FROM golang:${GO_VERSION}-stretch
77

88
RUN apt-get update && apt-get install -y \
99
build-essential \

0 commit comments

Comments
 (0)