Skip to content

Commit

Permalink
Merge pull request #184 from crazy-max/update
Browse files Browse the repository at this point in the history
Chocolatey 2.3.0
  • Loading branch information
crazy-max authored Oct 25, 2024
2 parents 1f06710 + 354ae9c commit 9e80f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9e80f8d

Please sign in to comment.