فهرست منبع

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