We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaff5aa + 4a78b24 commit 6236ac5Copy full SHA for 6236ac5
image/Dockerfile
@@ -1,12 +1,11 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG CHOCOLATEY_VERSION="2.3.0"
4
-ARG ALPINE_VERSION="3.20"
+ARG CHOCOLATEY_VERSION="2.4.3"
+ARG ALPINE_VERSION="3.22"
5
6
FROM alpine:${ALPINE_VERSION}
7
WORKDIR /opt/chocolatey
8
-RUN apk --update --repository https://dl-cdn.alpinelinux.org/alpine/edge/testing add mono-dev \
9
- && apk add --no-cache curl \
+RUN apk add --no-cache curl mono-dev \
10
&& apk add -t build-dependencies ca-certificates \
11
&& cert-sync /etc/ssl/certs/ca-certificates.crt \
12
&& ln -sf /opt /opt/chocolatey/opt \
0 commit comments