Bläddra i källkod

Merge pull request #5670 from infosiftr/alpine-3.9

Update MongoDB test "jq" image to Alpine 3.9 (more arches)
Tianon Gravi 6 år sedan
förälder
incheckning
c6434b9abe
1 ändrade filer med 1 tillägg och 1 borttagningar
  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