Skip to content

Commit 692967e

Browse files
committed
Pin go-http and add its container to the plugin network.
1 parent 09c0186 commit 692967e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ include:
55

66
services:
77
httpbin:
8-
image: mccutchen/go-httpbin:latest
8+
image: mccutchen/go-httpbin@sha256:b1620821b6ff191d911629f87a720b88df5397c2554045f1cfb1ffde17c9b898 # v2.20.0
99
container_name: ${COMPOSE_PROJECT_NAME}-httpbin
1010
restart: always
11+
networks:
12+
- plugin-test-network
1113
environment:
1214
PORT: 80

0 commit comments

Comments
 (0)