Skip to content

Commit 6236ac5

Browse files
authored
Merge pull request #193 from crazy-max/update
Chocolatey 2.4.3
2 parents eaff5aa + 4a78b24 commit 6236ac5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

image/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG CHOCOLATEY_VERSION="2.3.0"
4-
ARG ALPINE_VERSION="3.20"
3+
ARG CHOCOLATEY_VERSION="2.4.3"
4+
ARG ALPINE_VERSION="3.22"
55

66
FROM alpine:${ALPINE_VERSION}
77
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 \
8+
RUN apk add --no-cache curl mono-dev \
109
&& apk add -t build-dependencies ca-certificates \
1110
&& cert-sync /etc/ssl/certs/ca-certificates.crt \
1211
&& ln -sf /opt /opt/chocolatey/opt \

0 commit comments

Comments
 (0)