diff --git a/Dockerfile b/Dockerfile index c899951..3437db8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # A docker file for establishing a spellcheck environment in R -FROM rocker/r-ver:4.3.2 +FROM rocker/r-ver:4.4.0 # Labels following the Open Containers Initiative (OCI) recommendations # For more information, see https://specs.opencontainers.org/image-spec/annotations/?v=v1.0.1 diff --git a/action.yaml b/action.yaml index 8086135..e2aad79 100644 --- a/action.yaml +++ b/action.yaml @@ -14,7 +14,7 @@ outputs: description: The number of spelling errors runs: using: "docker" - image: docker://ghcr.io/alexslemonade/spellcheck:v0.1.3 + image: docker://ghcr.io/alexslemonade/spellcheck:v0.2.0 args: - ${{ inputs.dictionary || '/dev/null' }} - ${{ inputs.files }}