Skip to content

Commit 892037e

Browse files
dploegerDennis Ploeger
authored andcommitted
fix: Set the Azure image version tag
This sets the azure image version tag to the last version that is based on alpine. Newer versions are based on Mariner (which is based on Fedora) so all Features have to be adapted to that.
1 parent a742f79 commit 892037e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flavour/azure/Dockerfile.flavour

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/azure-cli:latest
1+
FROM mcr.microsoft.com/azure-cli:2.63.0
22

33
RUN apk add sudo bash curl && \
44
echo "cloudcontrol ALL=(root)NOPASSWD:/sbin/apk *" > /etc/sudoers.d/cloudcontrol && \

0 commit comments

Comments
 (0)