From 39526035cf9f268b8a91ed12638491dd6f9ac8dc Mon Sep 17 00:00:00 2001 From: Diego Porras <17573662+dporr@users.noreply.github.com> Date: Wed, 4 May 2022 17:44:16 -0600 Subject: [PATCH] Bump skf-api version in docker-compose.yml Current setting points to skf-api:4.0.4 which don't reflects commit: https://github.com/blabla1337/skf-flask/commit/27e48ac983809eca2403eff98396e7f11b4cdafe and thus links to the writeups in the labs sections are broken. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 49266f89f..2321ca7b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -56,7 +56,7 @@ services: restart: always volumes: - ~/.kube/config:/home/user_api/.kube/config - image: "blabla1337/skf-api:4.0.4" + image: "blabla1337/skf-api:4.0.6" environment: - SKF_FLASK_DEBUG=False - SKF_API_URL=http://localhost/api