Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rojopolis/spellcheck-github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Aug 11, 2021
2 parents fa47726 + 09f31a8 commit 79f16ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG SPELLCHECK_LANGS="en,de"

# Builder stage: configure env vars, labels, add plain files, install common packages
FROM python:3.9.5-slim as spellcheck-builder
FROM python:3.9.6-slim as spellcheck-builder

LABEL "com.github.actions.name"="Spellcheck Action"
LABEL "com.github.actions.description"="Check spelling of files in repo"
Expand Down

0 comments on commit 79f16ca

Please sign in to comment.