diff --git a/.github/actions/choco/Dockerfile b/.github/actions/choco/Dockerfile index 9e1bb107..acfaa369 100644 --- a/.github/actions/choco/Dockerfile +++ b/.github/actions/choco/Dockerfile @@ -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 \