Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Updated Alpine to 3.17.3 and removed specific versions from ansible-core and ansible (will use default for alpine going forward).
  • Loading branch information
wildsubnet authored May 23, 2023
1 parent b7a6b48 commit 27b6a44
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 amd64/alpine:3.16.3
FROM amd64/alpine:3.17.3

# ==> 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.13.6-r0 \
ansible=5.8.0-r0
ansible-core \
ansible

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

0 comments on commit 27b6a44

Please sign in to comment.