Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Updated alpine to 3.16.1, ansible-core 2.13.0, ansible 5.8.0. Tested against nita-webapp/examples (DC1, DC2, WAN)
  • Loading branch information
wildsubnet authored Jul 18, 2022
1 parent bc00f29 commit 34a7a21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# ********************************************************

FROM alpine:3.15.4
FROM amd64/alpine:3.16.1

# ==> Specify Python requirements filename; default = "requirements.txt"
# ==> Specify Ansible requirements filename; default = "requirements.yml"
Expand All @@ -27,8 +27,8 @@ RUN apk add --no-cache sudo \
gcc libxml2-dev libxslt-dev musl-dev \
bash python3-dev openssh expect sshpass \
libffi-dev openssl-dev build-base curl vim \
ansible-core=2.11.6-r1 \
ansible=4.8.0-r0
ansible-core=2.13.0-r0 \
ansible=5.8.0-r0

# copy requirements.txt for Python and install
WORKDIR /tmp
Expand Down

0 comments on commit 34a7a21

Please sign in to comment.