Skip to content

Commit da5f7ce

Browse files
authored
Merge branch 'master' into djdefi-postgres-latest
2 parents 49d95c8 + fdb7e67 commit da5f7ce

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
1313
- chmod +x docker-compose
1414
- sudo mv docker-compose /usr/local/bin
15-
- docker pull appropriate/curl:latest
15+
- docker pull curlimages/curl:latest
1616

1717
script:
1818
- bats test/test.full.bats

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.17.5-alpine
1+
FROM nginx:1.17.8-alpine
22

33
EXPOSE 8000
44
CMD ["/sbin/entrypoint.sh"]

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SILENT :
22
.PHONY : test
33

44
update-dependencies:
5-
docker pull appropriate/curl:latest
5+
docker pull curlimages/curl:latest
66
docker pull postgres:9.5
77

88
test:
@@ -15,4 +15,4 @@ compose-up:
1515
docker-compose up
1616

1717
build:
18-
docker build -t cachet/docker .
18+
docker build -t cachet/docker .

test/test_helpers.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function curl_container {
3131
local -r container=$1
3232
local -r path=$2
3333
shift 2
34-
docker run --rm --net=docker_default --label bats-type="curl" appropriate/curl --silent \
34+
docker run --rm --net=docker_default --label bats-type="curl" curlimages/curl --silent \
3535
--connect-timeout 5 \
3636
--max-time 20 \
3737
--retry 4 --retry-delay 5 \

0 commit comments

Comments
 (0)