ci(choco): update chocolatey to 1.1.0 (#1164)
* fix(editorconfig,megalinter): enforce space style * ignore install.sh since it's auto-generated * simplify editorconfig * ci(choco): update chocolatey to 1.1.0 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/actions/choco/Dockerfile
vendored
2
.github/actions/choco/Dockerfile
vendored
@@ -1,6 +1,6 @@
|
||||
FROM alpine:latest
|
||||
|
||||
ARG CHOCOVERSION=0.11.3
|
||||
ARG CHOCOVERSION=1.1.0
|
||||
|
||||
RUN apk add --no-cache bash ca-certificates git \
|
||||
&& apk --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing add mono mono-dev \
|
||||
|
Reference in New Issue
Block a user