Skip to content

Commit

Permalink
feat(Docker): upgrade Azure CLI image
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Casale <[email protected]>
  • Loading branch information
Gearheads committed Jul 19, 2023
1 parent 5517a03 commit 4f1d3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN curl -L \
RUN curl -L https://get.helm.sh/helm-v${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz -o helm.tar.gz && \
tar xvfz helm.tar.gz

FROM mcr.microsoft.com/azure-cli:2.38.0
FROM mcr.microsoft.com/azure-cli:2.48.1
RUN apk --no-cache add ca-certificates

WORKDIR /app/
Expand Down

0 comments on commit 4f1d3c7

Please sign in to comment.