1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

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:
R 2022-05-23 21:05:49 +02:00 committed by GitHub
parent 0d1b0ce6e6
commit 7ff2d2b8ef

View file

@ -1,6 +1,6 @@
FROM alpine:latest FROM alpine:latest
ARG CHOCOVERSION=0.11.3 ARG CHOCOVERSION=1.1.0
RUN apk add --no-cache bash ca-certificates git \ 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 \ && apk --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing add mono mono-dev \