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:
parent
0d1b0ce6e6
commit
7ff2d2b8ef
1 changed files with 1 additions and 1 deletions
2
.github/actions/choco/Dockerfile
vendored
2
.github/actions/choco/Dockerfile
vendored
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue