diff --git a/Dockerfile b/Dockerfile index cca663d..42e25e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM napptive/playground:v4.1.0 +FROM napptive/playground:v4.2.0 COPY entrypoint.sh /entrypoint.sh diff --git a/README.md b/README.md index b0933f6..9e32a65 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ jobs: # Get a copy of the repo. - uses: actions/checkout@v2 # Push a new version of the application - - uses: napptive-actions/catalog-push-action@v4.1.0 + - uses: napptive-actions/catalog-push-action@v4.2.0 env: PLAYGROUND_PAT: ${{ secrets.PLAYGROUND_PAT }} with: