소스 검색

Merge pull request #5670 from infosiftr/alpine-3.9

Update MongoDB test "jq" image to Alpine 3.9 (more arches)
Tianon Gravi 6 년 전
부모
커밋
c6434b9abe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/tests/mongo-basics/run.sh

+ 1 - 1
test/tests/mongo-basics/run.sh

@@ -13,7 +13,7 @@ if docker info --format '{{ join .SecurityOptions "\n" }}' 2>/dev/null |tac|tac|
 	# make container with jq since it is not guaranteed on the host
 	jqImage='librarytest/mongo-basics-jq:alpine'
 	docker build -t "$jqImage" - > /dev/null <<-'EOF'
-		FROM alpine:3.5
+		FROM alpine:3.9
 
 		RUN apk add --no-cache jq