From b8a0e9a328ffec3a72da9c5e44d252ce0d628e4a Mon Sep 17 00:00:00 2001 From: Swann KNANI Date: Fri, 21 Aug 2020 23:19:00 +0100 Subject: [PATCH] bump ansible version --- Dockerfile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 47ea0a0..f34d643 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM cytopia/ansible:2.7-tools +FROM cytopia/ansible:2.8-tools COPY ./dist/index.js /index.js diff --git a/package.json b/package.json index c6f4c84..c92c0aa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "steenbergendesign-action-trellis", "repository": "", "description": "GitHub Action to deploy to trellis environmnet", - "version": "0.1.0", + "version": "0.2.0", "main": "index.js", "author": "Steenbergen Design ", "license": "MIT",