From a721913a04d1cd66d4713c94365a5cd15e23a79a Mon Sep 17 00:00:00 2001 From: Conrad Fuhrman Date: Tue, 8 Dec 2020 10:32:56 -0600 Subject: [PATCH] Updates to Docker box Change box to use Alpine 3.11 and bumps anisble to 2.9.15. Also resolves the node version to 12. --- Dockerfile | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f34d643..e9baa65 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM cytopia/ansible:2.8-tools +FROM willhallonline/ansible:2.9-alpine COPY ./dist/index.js /index.js diff --git a/readme.md b/readme.md index 8d599e3..6090734 100755 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ This action will symlink site_local to their right place as defined in `wordpres - [Trellis](https://github.com/roots/trellis) (pyhton 3 compatable) - [Github Actions](https://github.com/features/actions) - (Optional) Bedrock -- (Optional) Sage [9.0.1](https://github.com/roots/sage/releases/tag/9.0.1) (node 10 compatibe) or later +- (Optional) Sage [9.0.1](https://github.com/roots/sage/releases/tag/9.0.1) (node 10 compatible) or later ## `with` args Check [`action.yml`](./action.yml) inputs for all `with` args available. You can also define `env` vars to use with ansible. @@ -190,7 +190,7 @@ If someone has a more elegant solution. Please PR! ## Known issues, limitations and FAQ ### NodeJS version -We're using the `alpine:3.9` docker image, so only NodeJS 10 is available. +We're using the `alpine:3.11` docker image, so NodeJS 12 is available. ### Python 3 We're using python 3, make sure your trellis is up to date.