From 3115e9567b5df72d712bb0a2594d505801e447a9 Mon Sep 17 00:00:00 2001 From: Bogdan Manole Date: Thu, 7 Sep 2023 15:57:55 +0000 Subject: [PATCH] deploy(plutus-certification-web): increase docker version to 8 --- deploy/dapps-certification-web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/dapps-certification-web.yaml b/deploy/dapps-certification-web.yaml index eabf6f32..28d63a29 100644 --- a/deploy/dapps-certification-web.yaml +++ b/deploy/dapps-certification-web.yaml @@ -8,7 +8,7 @@ spec: - name: dapps-certification-web type: webservice properties: - image: ghcr.io/demoiog/plutus-certification-web:7 + image: ghcr.io/demoiog/plutus-certification-web:8 imagePullPolicy: IfNotPresent ports: - expose: true