From 354ae9cbdb5f9c62f9074c10199301bd2ac7de79 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:56:04 +0200 Subject: [PATCH] Chocolatey 2.3.0 --- image/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/Dockerfile b/image/Dockerfile index f556f47..890a000 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 -ARG CHOCOLATEY_VERSION="2.2.2" -ARG ALPINE_VERSION="3.17" +ARG CHOCOLATEY_VERSION="2.3.0" +ARG ALPINE_VERSION="3.20" FROM alpine:${ALPINE_VERSION} WORKDIR /opt/chocolatey