File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- FROM docker:27.2.0 -dind-alpine3.20
1+ FROM docker:28.5.1 -dind-alpine3.22
22
33LABEL maintainer "@Byndyusoft"
44
55RUN mkdir -p /etc/docker/ && echo '{"registry-mirrors": ["https://mirror.gcr.io"]}' > /etc/docker/daemon.json
66
77RUN apk update --no-cache && apk upgrade --no-cache \
8- && apk add --no-cache --upgrade make curl jq bash twine \
9- && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing mono \
8+ && apk add --no-cache --upgrade make curl jq bash twine mono \
109 && curl -o /usr/local/bin/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe \
1110 && echo 'alias nuget="mono /usr/local/bin/nuget.exe"' >> ~/.bashrc \
1211 && cert-sync /etc/ssl/certs/ca-certificates.crt
You can’t perform that action at this time.
0 commit comments