Skip to content

Commit

Permalink
Chocolatey 1.1.0 (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max and crazy-max committed Apr 23, 2022
1 parent 7cdeb31 commit afb9ad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions image/Dockerfile
@@ -1,4 +1,4 @@
ARG CHOCOLATEY_VERSION="0.11.1"
ARG CHOCOLATEY_VERSION="1.1.0"

FROM mono:6.12 as builder
RUN apt-get update \
Expand All @@ -19,12 +19,12 @@ WORKDIR /usr/local/src/choco
RUN chmod +x build.sh zip.sh
RUN ./build.sh

FROM alpine:3.14
FROM alpine:3.15
LABEL maintainer="CrazyMax"

COPY --from=builder /usr/local/src/choco/build_output/chocolatey /opt/chocolatey

RUN apk --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing add mono-dev \
RUN apk --update --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/edge/testing add mono-dev \
&& apk --update --no-cache add -t build-dependencies ca-certificates \
&& cert-sync /etc/ssl/certs/ca-certificates.crt \
&& ln -sf /opt /opt/chocolatey/opt \
Expand Down

0 comments on commit afb9ad6

Please sign in to comment.