瀏覽代碼

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