ditch alpine, use base images

This commit is contained in:
HoneyryderChuck 2021-04-19 15:43:52 +01:00
parent 81ce3686d5
commit a6718b7ab1
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
version: '3'
services:
httpx:
image: ruby:2.1-alpine
image: ruby:2.1

View File

@ -1,4 +1,4 @@
version: '3'
services:
httpx:
image: ruby:2.2-alpine
image: ruby:2.2

View File

@ -1,7 +1,7 @@
version: '3'
services:
httpx:
image: ruby:2.3-alpine
image: ruby:2.3
environment:
- HTTPBIN_COALESCING_HOST=another
links:

View File

@ -1,7 +1,7 @@
version: '3'
services:
httpx:
image: ruby:2.4-alpine
image: ruby:2.4
environment:
- HTTPBIN_COALESCING_HOST=another
links:

View File

@ -1,7 +1,7 @@
version: '3'
services:
httpx:
image: ruby:2.5-alpine
image: ruby:2.5
environment:
- HTTPBIN_COALESCING_HOST=another
links:

View File

@ -1,7 +1,7 @@
version: '3'
services:
httpx:
image: ruby:2.6-alpine
image: ruby:2.6
environment:
- HTTPBIN_COALESCING_HOST=another
- HTTPX_RESOLVER_URI=https://doh/dns-query

View File

@ -1,7 +1,7 @@
version: '3'
services:
httpx:
image: ruby:2.7-alpine
image: ruby:2.7
environment:
- HTTPBIN_COALESCING_HOST=another
- HTTPX_RESOLVER_URI=https://doh/dns-query

View File

@ -1,7 +1,7 @@
version: '3'
services:
httpx:
image: ruby:3.0-alpine
image: ruby:3.0
environment:
- HTTPBIN_COALESCING_HOST=another
- HTTPX_RESOLVER_URI=https://doh/dns-query