Skip to content

Commit

Permalink
Merge pull request #22 from ClausHolbechArista/bump-molecule
Browse files Browse the repository at this point in the history
Bump: Python base image and Molecule 6.x
  • Loading branch information
ClausHolbechArista authored Dec 5, 2023
2 parents 9bc9b19 + d69eca2 commit 0b78f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.11-slim

LABEL "maintainer"="Ansible Team <ansible@arista.com>"
LABEL "repository"="https://github.com/arista-netdevops-community/action-molecule-avd"
Expand All @@ -14,7 +14,7 @@ RUN apt-get update && \
curl -fsSL https://get.docker.com | sh
# Workaround
# https://github.com/ansible-community/molecule/pull/3904
RUN pip install --upgrade pip molecule "molecule-plugins[docker]" "ansible-compat<4.0.1"
RUN pip install --upgrade pip molecule "molecule-plugins[docker]"
ADD molecule-runner.sh /bin/molecule-runner.sh

WORKDIR /projects
Expand Down

0 comments on commit 0b78f8e

Please sign in to comment.