Skip to content

Commit

Permalink
Merge pull request #10 from conradfuhrman/alpine-bump
Browse files Browse the repository at this point in the history
Updates to Docker box
  • Loading branch information
Xilonz authored Dec 15, 2020
2 parents 8646681 + a721913 commit 0dc485d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM cytopia/ansible:2.8-tools
FROM willhallonline/ansible:2.9-alpine

COPY ./dist/index.js /index.js

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 0dc485d

Please sign in to comment.