Skip to content

Commit

Permalink
Merge pull request #20 from wildsubnet/patch-6
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
aburston authored Jun 1, 2023
2 parents b7a6b48 + 27b6a44 commit 2594f8f
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 2594f8f

Please sign in to comment.