Skip to content

Commit a72d33a

Browse files
committed
Changed docker dind version
1 parent 426d8d2 commit a72d33a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
FROM docker:27.2.0-dind-alpine3.20
1+
FROM docker:28.5.1-dind-alpine3.22
22

33
LABEL maintainer "@Byndyusoft"
44

55
RUN mkdir -p /etc/docker/ && echo '{"registry-mirrors": ["https://mirror.gcr.io"]}' > /etc/docker/daemon.json
66

77
RUN 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

0 commit comments

Comments
 (0)