Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

chore(roots/Dockerfile): update ansible to 2.15.8 and packer to 1.9.5 #355

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04
LABEL name="deis-go-dev" \
maintainer="Matt Boersma <matt.boersma@microsoft.com>"

ENV ANSIBLE_VERSION=2.15.5 \
ENV ANSIBLE_VERSION=2.15.8 \
AZCLI_VERSION=2.52.0 \
DOCKER_VERSION=20.10.2 \
ETCDCTL_VERSION=v3.1.8 \
Expand All @@ -12,7 +12,7 @@ ENV ANSIBLE_VERSION=2.15.5 \
GOSS_VERSION=v0.3.21 \
HELM_VERSION=3.11.2 \
KUBECTL_VERSION=v1.26.3 \
PACKER_VERSION=1.9.4 \
PACKER_VERSION=1.9.5 \
PROTOBUF_VERSION=3.7.0 \
PYWINRM_VERSION=0.4.3 \
SHELLCHECK_VERSION=v0.8.0 \
Expand Down